From b01a5c9a362b764a5040a1d22bb5f7fdceca72b9 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Mon, 5 Jun 2023 19:43:44 -0500 Subject: [PATCH] Try CI pinning to older macos image --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9f2bc26fa..4755c37e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: # bash ./run_tests tests-mac: - runs-on: macos-latest + runs-on: macos-11 steps: - uses: actions/checkout@v2 - name: Install dependencies