Skip to content

Commit

Permalink
Build wheels for macOS arm64 using GitHub free tier runners
Browse files Browse the repository at this point in the history
GitHub just announced free Apple Silicon runners for open-source
projects: https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/

Fixes #3.
  • Loading branch information
lpsinger committed Jan 31, 2024
1 parent 1c01b39 commit 3d0e436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3d0e436

Please sign in to comment.