From 71cb0d834af634bc842371c3960db56473d37bee Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Fri, 19 Mar 2021 18:18:50 +0100 Subject: [PATCH] Remove macOS Aarch64 target This target requires cross-compilation on the default (x86_64) `macos-latest` platform. However, `cross` does [not yet](https://github.com/rust-embedded/cross/issues/508) provide the right target. If tests can be skipped a build solution outside of `cross` is already discussed [here](https://github.com/BurntSushi/ripgrep/issues/1737). --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4775e26..acd6608 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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