Skip to content

Commit eaa2ee6

Browse files
authored
updates macos
1 parent 63966fe commit eaa2ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [ ubuntu-20.04, macos-11, windows-2019 ]
28+
os: [ ubuntu-20.04, macos-12, windows-2019 ]
2929
python-version: [ 3.7, 3.9, 3.8, "3.10", "3.11", "3.12" ]
3030

3131
env:
@@ -70,13 +70,13 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
os: [ ubuntu-20.04, macos-11, windows-2019 ]
73+
os: [ ubuntu-20.04, macos-12, windows-2019 ]
7474
python-version: [ 3.7, 3.9, "3.10", "3.11", "3.12" ]
7575
include:
7676
- os: ubuntu-20.04
7777
python-version: 3.8
7878
single_action_config: "True"
79-
- os: macos-11
79+
- os: macos-12
8080
python-version: 3.8
8181
- os: windows-2019
8282
python-version: 3.8

0 commit comments

Comments
 (0)