Skip to content

Commit

Permalink
Update ci.yml from macos-10.15 to macos-11. (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblandy authored Aug 3, 2022
1 parent 780209d commit 228998a
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 228998a

Please sign in to comment.