Skip to content

Commit a9c493e

Browse files
committed
maint: update macos image for building wheels
1 parent 4ec3a4b commit a9c493e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildwheel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
# os: [ubuntu-20.04, windows-2019, macOS-10.15]
13-
os: [ubuntu-20.04, macOS-10.15]
12+
# os: [ubuntu-20.04, windows-2019, macos-12]
13+
os: [ubuntu-20.04, macos-12]
1414

1515
steps:
1616
- uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
os: [ubuntu-20.04, macOS-10.15]
48+
os: [ubuntu-20.04, macos-12]
4949
python-version: ['3.9', '3.10', '3.11']
5050

5151
steps:

0 commit comments

Comments
 (0)