Skip to content

Commit fecaed4

Browse files
committed
update cibuildwheel version, disable broken mac os x wheel builds again
1 parent 6178a45 commit fecaed4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-22.04, ubuntu-24.04, macos-14, macos-15]
14+
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -20,11 +20,11 @@ jobs:
2020
- uses: actions/setup-python@v3
2121

2222
- name: Install SWIG via Homebrew
23-
if: runner.arch == 'ARM64'
23+
if: runner.os == 'macOS'
2424
run: brew install swig
2525

2626
- name: Install cibuildwheel
27-
run: python -m pip install cibuildwheel==2.11.3
27+
run: python -m pip install cibuildwheel==3.1.4
2828

2929
- name: Build wheels
3030
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)