10000 Update wheels.yml · pybind/python_example@1d14aa6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d14aa6

Browse files
authored
Update wheels.yml
1 parent 976c47d commit 1d14aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macos-13]
42+
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
4343

4444
steps:
4545
- uses: actions/checkout@v4
4646

4747
- uses: pypa/cibuildwheel@v2.18
4848
env:
49-
CIBW_ARCHS_MACOS: auto universal2
49+
CIBW_PRERELEASE_PYTHONS: true
5050

5151
- name: Verify clean directory
5252
run: git diff --exit-code

0 commit comments

Comments
 (0)
0