Try to build for aarch64 on macOS too

pull/579/head^2
Wilfred Hughes 2023-11-26 15:33:29 +07:00
parent 0b202dc1d0
commit cdcb2f2227
1 changed files with 1 additions and 1 deletions

@ -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