Update ci.yml from macos-10.15 to macos-11. (#2940)

This commit is contained in:
Jim Blandy 2022-08-03 16:27:42 -07:00 committed by GitHub
parent 780209dfb4
commit 228998ae0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -54,7 +54,7 @@ jobs:
# IOS
- name: IOS aarch64
os: macos-10.15
os: macos-11
target: aarch64-apple-ios
tool: clippy
kind: other