1 parent 6178a45 commit fecaed4Copy full SHA for fecaed4
1 file changed
.github/workflows/wheels.yaml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ubuntu-22.04, ubuntu-24.04, macos-14, macos-15]
+ os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04]
15
16
steps:
17
- uses: actions/checkout@v3
@@ -20,11 +20,11 @@ jobs:
20
- uses: actions/setup-python@v3
21
22
- name: Install SWIG via Homebrew
23
- if: runner.arch == 'ARM64'
+ if: runner.os == 'macOS'
24
run: brew install swig
25
26
- name: Install cibuildwheel
27
- run: python -m pip install cibuildwheel==2.11.3
+ run: python -m pip install cibuildwheel==3.1.4
28
29
- name: Build wheels
30
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments