Skip to content

Commit 79d2691

Browse files
committed
- update cibw
1 parent e1f0b12 commit 79d2691

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/experimental_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm ]
42+
# macos-15-intel is an Intel runner, macos-14 is Apple silicon
43+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
4344
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
4445

4546
steps:
@@ -54,7 +55,7 @@ jobs:
5455
5556
- name: Install cibuildwheel
5657
run: |
57-
python -m pip install cibuildwheel==2.23.2 swig==4.2.1 cmake==3.31.6
58+
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6
5859
5960
# print versions
6061
python --version

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm]
35+
# macos-15-intel is an Intel runner, macos-14 is Apple silicon
36+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
3637
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
3738

3839
steps:
@@ -47,7 +48,7 @@ jobs:
4748
4849
- name: Install cibuildwheel
4950
run: |
50-
python -m pip install cibuildwheel==2.23.2 swig==4.2.1 cmake==3.31.6
51+
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6
5152
5253
# print versions
5354
python --version

0 commit comments

Comments
 (0)