Skip to content

Commit

Permalink
Support Apple Silicon
Browse files Browse the repository at this point in the history
aka 'arm64'
  • Loading branch information
padix-key committed May 6, 2024
1 parent 8e59344 commit 63156f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
name: "Build & test wheel"
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# Support both Mac x86_64 and arm64
os: [ubuntu-latest, windows-latest, macos-12, macos-latest]
py-version: ["3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 63156f9

Please sign in to comment.