From 89bee30d1e7c4240cc5e62d169b8573baa9a2d0d Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Tue, 19 Nov 2024 08:42:06 +1300 Subject: [PATCH] CICD: Update the Runner for macOS to macos-13. Signed-off-by: Michael Keller --- .github/workflows/mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 632606a56..b3f4c9a7b 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: macOS-12 + runs-on: macOS-13 steps: - name: checkout sources uses: actions/checkout@v4