Skip to content

Commit 199127a

Browse files
committed
- bump cibw
1 parent 518b489 commit 199127a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
40+
# macos-15-intel is an Intel runner, macos-14 is Apple silicon
41+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
4142
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
4243

4344
steps:
@@ -49,7 +50,7 @@ jobs:
4950

5051
- name: Install cibuildwheel
5152
run: |
52-
python -m pip install cibuildwheel==2.23.2 swig==4.2.1 cmake==3.31.6
53+
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6
5354
5455
# print versions
5556
python --version

0 commit comments

Comments
 (0)