Skip to content

Commit

Permalink
Try to build for aarch64 on macOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 26, 2023
1 parent 0b202dc commit cdcb2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
#
# See also https://github.com/cross-rs/cross-toolchains#apple-targets
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
# - { target: aarch64-apple-darwin, os: macos-latest, use-cross: true }
- { target: aarch64-apple-darwin, os: macos-latest, use-cross: true }
env:
BUILD_CMD: cargo

Expand Down

0 comments on commit cdcb2f2

Please sign in to comment.