From 3fb9006e6461b877b67781cd0f0d94032804a475 Mon Sep 17 00:00:00 2001 From: Jack Slater <903791+NuclearMonster@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:54:14 -1000 Subject: [PATCH] Update build.yml to macos-13 (#701) macos-12 is outdated, this commit simply updates the build.yml file to attempt to use macos-13 see https://github.com/actions/runner-images/issues/10721 for more details on this change. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c20d6fd868..32863c571d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: path: build/*.zip macos: name: macOS - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4 - name: Compile