From 34e0c692bf3ba430bdee57993d7ce0476d3bd1e5 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sun, 22 Sep 2024 13:31:59 -0400 Subject: [PATCH] Try bumping CI to macOS 12 --- .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 a3c21c924..f0aaa03fc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: # bash ./run_tests tests-mac: - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v2 - name: Install dependencies