Skip to content

Commit

Permalink
Use aarch64 target on macos (to match runner architecture)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jun 21, 2024
1 parent 59e9856 commit a2ca193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
setup: "" #perl -pi.bak -e 's/opt-level = 2/opt-level = 0/g' Cargo.toml
}
- {
target: x86_64-apple-darwin,
target: aarch64-apple-darwin,
os: macos-latest,
cross: false,
command: "test",
Expand Down

0 comments on commit a2ca193

Please sign in to comment.