From ab83c23164d4932e8f0f9f0256ce1c942df5f10a Mon Sep 17 00:00:00 2001 From: Shauna Gordon-McKeon Date: Thu, 9 May 2024 15:05:20 -0400 Subject: [PATCH] Update mac runner to macos-12 instead of mac-latest Hopefully this will fix the breaking tests that are stalling PR merges --- .github/workflows/tests-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-mac.yml b/.github/workflows/tests-mac.yml index 578765c8fe..dd6f31f962 100644 --- a/.github/workflows/tests-mac.yml +++ b/.github/workflows/tests-mac.yml @@ -17,7 +17,7 @@ jobs: python-version: ['3.8', '3.11'] limited-dependencies: ['','TRUE'] - runs-on: macos-latest + runs-on: macos-12 steps: