From d09235f30a430367bcc7b7b66e977ff89543dfab Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Tue, 15 Oct 2024 16:58:21 +0100 Subject: [PATCH] Change Mac github runner to MacOS13 instead of MacOS12 --- .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 424d820ae..0aa488093 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,7 +298,7 @@ jobs: macOS: name: Mac needs: [commit-msg, clang-format] - runs-on: macos-12 + runs-on: macos-13 strategy: fail-fast: false matrix: