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.

See: actions/runner-images#1814
  • Loading branch information
lu-zero committed Jan 13, 2021
1 parent b87042f commit c17a226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,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 c17a226

Please sign in to comment.