Skip to content

Commit

Permalink
Update for both x86 as well as apple silicon targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 18, 2024
1 parent c5660d0 commit 4a913ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- uses: actions/checkout@v4
- name: set up rust
uses: dtolnay/rust-toolchain@stable
- run: rustup target add aarch64-apple-darwin
- run: |
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
if: matrix.os == 'macos'
- name: set up python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4a913ce

Please sign in to comment.