Skip to content

Commit 2a573ca

Browse files
authored
Update to cibuildwheel v3.4.0, no more macos-13 Intel
1 parent f84c35d commit 2a573ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
# macos-13 is an intel runner, macos-14 is apple silicon
12-
os: [ubuntu-22.04, windows-2022, macos-13, macos-14]
11+
# macos-13 was an intel runner, macos-14 is apple silicon
12+
os: [ubuntu-22.04, windows-2022, macos-14]
1313
env:
1414
# Seems to have trouble parsing our setup.py, thus:
1515
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
@@ -44,7 +44,7 @@ jobs:
4444
cd ..
4545
4646
- name: Build wheels
47-
uses: pypa/cibuildwheel@v3.2.1
47+
uses: pypa/cibuildwheel@v3.4.0
4848
with:
4949
package-dir: biopython
5050
output-dir: wheelhouse

0 commit comments

Comments
 (0)