Skip to content

Commit

Permalink
Restore wheel builds on MacOS, enable Apple Silicon (#41)
Browse files Browse the repository at this point in the history
* Peg Python version
* Enable Apple Silicon builds of Python interface
  • Loading branch information
samuelpowell authored Dec 13, 2024
1 parent 6adc8a5 commit 32a8859
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-13]
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]

steps:
- uses: actions/checkout@v3

# Used to host cibuildwheel
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.5.0
Expand Down

0 comments on commit 32a8859

Please sign in to comment.