From 57f5be4640878ebb9f5011cf87d858766889e488 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 8 Dec 2024 20:02:58 -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 8ec2fc04..35a17d27 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -68,7 +68,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