Skip to content

Commit 39b6798

Browse files
committed
Update the cibuildwheel to 3.3.0 and add more OSes
1 parent fa2e21e commit 39b6798

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
@@ -34,13 +34,13 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
37+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-latest]
3838

3939
steps:
4040
- uses: actions/checkout@v5
4141

4242
- name: Build wheels
43-
uses: pypa/cibuildwheel@v3.2.1
43+
uses: pypa/cibuildwheel@v3.3.0
4444

4545
- uses: actions/upload-artifact@v5
4646
with:

0 commit comments

Comments
 (0)