Skip to content

Commit

Permalink
Update macos matrix (Intel and ARM)
Browse files Browse the repository at this point in the history
Based on https://github.com/pypa/cibuildwheel/blob/main/examples/github-minimal.yml

Fingers crossed this will give us Apple silicon (ARM) wheels.
  • Loading branch information
peterjc authored Feb 26, 2024
1 parent a7f480a commit d802e23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
env:
# Seems to have trouble parsing our setup.py, thus:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
Expand Down

0 comments on commit d802e23

Please sign in to comment.