Skip to content

Commit

Permalink
ci: bump macos runners to macos-11
Browse files Browse the repository at this point in the history
Github actions is phasing out the 10.15 runners: actions/runner-images#5583
  • Loading branch information
i509VCB committed Aug 3, 2022
1 parent d4b470b commit 0ca4eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# MacOS
- name: MacOS x86_64
os: macos-10.15
os: macos-11
target: x86_64-apple-darwin
tool: clippy
# Mac has no software runners, so don't run tests
Expand All @@ -54,7 +54,7 @@ jobs:

# IOS
- name: IOS aarch64
os: macos-10.15
os: macos-11
target: aarch64-apple-ios
tool: clippy
kind: other
Expand Down

0 comments on commit 0ca4eae

Please sign in to comment.