Skip to content

Commit

Permalink
Adjust macos build configs for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 21, 2024
1 parent 1d10eab commit 5051c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: rustup target add aarch64-apple-darwin
if: matrix.os.base == 'macos' && matrix.os.version == '14'

- run: rustup target add x86_64-apple-darwin
- run: rustup target add x86_64-apple-darwin aarch64-apple-darwin
if: matrix.os.base == 'macos' && matrix.os.version == '13'

- name: run cargo tests
Expand Down

0 comments on commit 5051c11

Please sign in to comment.