From 51e66f9a6be0f65a90f0c39257d99baf9a5c7394 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Mon, 27 Jan 2025 12:47:45 -0500 Subject: [PATCH] Try bumping mac ci to macos-15 --- .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 f0aaa03fc..05c1048b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: # bash ./run_tests tests-mac: - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v2 - name: Install dependencies