From b5b5ce5f9c95245052b896dd08368e60c07db1fe Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 13 Jan 2021 11:36:38 +0100 Subject: [PATCH] Do not use explicitly the preview of Big Sur We are having too many fail-to-start situations. Disable the Apple Silicon tests since they do not work on older macOS. See: https://github.com/actions/virtual-environments/issues/1814 --- .github/workflows/rav1e.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/rav1e.yml b/.github/workflows/rav1e.yml index 1b55236e5b..df7fb249fd 100644 --- a/.github/workflows/rav1e.yml +++ b/.github/workflows/rav1e.yml @@ -317,14 +317,6 @@ jobs: conf: cargo-c target: x86_64-apple-darwin toolchain: stable - - name: Cargo build (Arm64) - conf: cargo-build - target: aarch64-apple-darwin - toolchain: stable - - name: Cargo C-build (Arm64) - conf: cargo-c - target: aarch64-apple-darwin - toolchain: stable env: RUST_BACKTRACE: full @@ -336,7 +328,7 @@ jobs: (github.event_name == 'push' && !endsWith(github.event.head_commit.message, 'CI: skip')) || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.names, 'skip-ci')) - runs-on: macos-11.0 + runs-on: macos-latest steps: - uses: actions/checkout@v2