Skip to content

Commit 8b6b69c

Browse files
committed
use macos-latest for wheel builds
1 parent 2468417 commit 8b6b69c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-wheels.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-20.04, windows-2019, macos-12]
26+
os: [ubuntu-20.04, windows-2019, macos-latest]
2727
steps:
2828

2929
- name: Checkout
@@ -61,11 +61,11 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
include:
64-
- {python: '3.8', os: macos-12}
65-
- {python: '3.9', os: macos-12}
66-
- {python: '3.10', os: macos-12}
67-
- {python: '3.11', os: macos-12}
68-
- {python: '3.12', os: macos-12}
64+
- {python: '3.8', os: macos-latest}
65+
- {python: '3.9', os: macos-latest}
66+
- {python: '3.10', os: macos-latest}
67+
- {python: '3.11', os: macos-latest}
68+
- {python: '3.12', os: macos-latest}
6969

7070
- {python: '3.8', os: ubuntu-20.04}
7171
- {python: '3.9', os: ubuntu-20.04}

0 commit comments

Comments
 (0)