From 7726ea5e2f60aeae041498fdd52aadfe1c78530c Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Sat, 22 Jun 2024 21:52:29 -0700 Subject: [PATCH] run CI on 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 615ad0699..cb6010cda 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: macOS: name: Test on macOS - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: node: [18.12.0, 20.9.0]