From f6baad2a0f59c7d79672457469549b668f0ab04b Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Thu, 21 Jul 2022 19:09:17 +0100 Subject: [PATCH] Update mac CI to use macos-11 instead of 10.15 To fix Mac CI The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. For more details see https://github.com/actions/virtual-environments/issues/5583 --- .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 ec8dc7a83..5133a75db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -276,7 +276,7 @@ jobs: macOS: name: Mac needs: [commit-msg, clang-format] - runs-on: macos-10.15 + runs-on: macos-11 strategy: fail-fast: false matrix: