From c031b0e2af84ce0226cf3692a1306b3839a69e31 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Tue, 10 Dec 2024 09:21:48 -0800 Subject: [PATCH] Updating from outdated MacOS image. --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 9fccfa2e2..65f98af46 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -39,7 +39,7 @@ jobs: path: '**/*.ps-exe' macos-intel-build-and-test: - runs-on: macos-12 + runs-on: macos-13 needs: build-openbios steps: - uses: actions/checkout@v1