From 791eaa7c601469e5c2b64d1ac844cb8df23644d5 Mon Sep 17 00:00:00 2001 From: "Jonathan E. Moussa" <40802025+godotalgorithm@users.noreply.github.com> Date: Tue, 28 May 2024 11:18:58 -0400 Subject: [PATCH] Further downgrade Mac runner version --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 4b2522ab..9074d321 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -215,8 +215,8 @@ jobs: path: build/mopac-*-linux.* mac-build: - # macos-latest is now ARM-based, MOPAC is being distributed for Intel-based Macs right now, so using last Intel-based standard runner - runs-on: macos-13 + # macos-latest is now ARM-based, MOPAC is being distributed for Intel-based Macs right now, so using Intel-based standard runner from before the recent runner updates + runs-on: macos-12 timeout-minutes: 30 steps: