Skip to content

Commit

Permalink
Remove macOS Aarch64 target
Browse files Browse the repository at this point in the history
This target requires cross-compilation on the default (x86_64) `macos-latest`
platform. However, `cross` does [not yet](cross-rs/cross#508)
provide the right target. If tests can be skipped a build solution outside
of `cross` is already discussed [here](BurntSushi/ripgrep#1737).
  • Loading branch information
SimplyDanny committed Mar 19, 2021
1 parent 7724332 commit 71cb0d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
target: x86_64-apple-darwin
use-cross: false

- os: macos-latest
target: aarch64-apple-darwin
use-cross: true

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 71cb0d8

Please sign in to comment.