From 03b06b7e3c8a7d7c579722e5c1ef6dc16a4852b9 Mon Sep 17 00:00:00 2001 From: Jake Turner Date: Tue, 7 Oct 2025 13:13:09 +0100 Subject: [PATCH] Update mac CI to use macos-14 runner --- .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 a2d0399b3..30a03525e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -410,7 +410,7 @@ jobs: macOS: name: Mac needs: [commit-msg, clang-format] - runs-on: macos-13 + runs-on: macos-14 strategy: fail-fast: false matrix: