From 1158a168ebbb0f9f99a94e3bb3b074bbafc4347a Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Thu, 5 Jan 2023 17:02:16 +0000 Subject: [PATCH] Change Mac CI to use macos-12 --- .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 31d735cdf..051be1886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,7 +290,7 @@ jobs: macOS: name: Mac needs: [commit-msg, clang-format] - runs-on: macos-11 + runs-on: macos-12 strategy: fail-fast: false matrix: