From 46ee6eb932870aa370d5f1556014c9f23c82275d Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 13 Aug 2022 13:51:37 -0600 Subject: [PATCH] ci: switch from macos-10.15 to macos-11 --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6a6295a8..770efe40 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -9,7 +9,7 @@ jobs: # Don't cancel the macOS build if the Linux build fails, etc. fail-fast: false matrix: - os: [ubuntu-20.04, macos-10.15] + os: [ubuntu-20.04, macos-11] use-asan: [YES, NO] env: # Expose to the build-*.sh in an environment variable