ci: switch from macos-10.15 to macos-11

This commit is contained in:
Eric Wasylishen 2022-08-13 13:51:37 -06:00
parent 9baf161fc0
commit 46ee6eb932
1 changed files with 1 additions and 1 deletions

View File

@ -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