From c3e960c330681d5df1c20ec800b972851fbefd0d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 8 Dec 2024 20:02:07 -0800 Subject: [PATCH] Actions: update to macos-13 --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 6ea04b0e..940f2868 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -67,7 +67,7 @@ jobs: run: test -z "$(git status --porcelain=v1)" macOS: name: macOS - runs-on: macOS-12 + runs-on: macOS-13 steps: - name: Checkout code uses: actions/checkout@v4