Skip to content

Commit

Permalink
Do not use explicitly the preview of Big Sur
Browse files Browse the repository at this point in the history
We are having too many fail-to-start situations.

Disable the Apple Silicon tests since they do not work on older macOS.

See: actions/runner-images#1814
  • Loading branch information
lu-zero committed Jan 13, 2021
1 parent d1d870a commit b5b5ce5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b5b5ce5

Please sign in to comment.