From 267e39c6a710ee557f4f81a7b0b82f525c4ebfef Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 28 Sep 2021 22:35:20 -0700 Subject: [PATCH] ci: lock to macos-10.15 GitHub recently announced that macOS 11 would soon be macos-latest, but we want to continue supporting 10.15. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08907fd3d..91dbdadf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -279,7 +279,7 @@ jobs: compiler-name: Clang LLVM os-name: macOS os-arch: x86_64 - os: macos-latest + os: macos-10.15 cmake-gen: Ninja name: | ${{ matrix.os-name }}