ci: switch from macos-10.15 to macos-11
This commit is contained in:
parent
9baf161fc0
commit
46ee6eb932
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
# Don't cancel the macOS build if the Linux build fails, etc.
|
# Don't cancel the macOS build if the Linux build fails, etc.
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, macos-10.15]
|
os: [ubuntu-20.04, macos-11]
|
||||||
use-asan: [YES, NO]
|
use-asan: [YES, NO]
|
||||||
env:
|
env:
|
||||||
# Expose to the build-*.sh in an environment variable
|
# Expose to the build-*.sh in an environment variable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue