From 12a2c34b367044b8e17ccf754120061d79994631 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 8 Dec 2024 20:01:41 -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 4ec7eeb3..33df0152 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -84,7 +84,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