Skip to content

Commit

Permalink
Merge pull request #1094 from aphearin/osxarm64_wheel
Browse files Browse the repository at this point in the history
Build wheel for OSX ARM64
  • Loading branch information
aphearin authored Sep 8, 2024
2 parents c8e519d + 787c29f commit 3580070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-12]
os: [ubuntu-20.04, macos-12, macos-latest]

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

0 comments on commit 3580070

Please sign in to comment.