Skip to content

Commit

Permalink
Build wheels for macOS arm64 using macos-*-xlarge runners
Browse files Browse the repository at this point in the history
Fixes nasa#3.
  • Loading branch information
lpsinger committed Nov 13, 2023
1 parent a6bee1f commit d541593
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-latest-xlarge, windows-latest]

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

0 comments on commit d541593

Please sign in to comment.