From 7ab11969fa7ab34003dccc69b9fa7f713704ddec Mon Sep 17 00:00:00 2001 From: Garrett Campbell Date: Mon, 16 Sep 2024 11:50:29 -0400 Subject: [PATCH] go back to macos-13 --- .github/workflows/ci-main-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main-mac.yml b/.github/workflows/ci-main-mac.yml index 39508e68e..42adaf653 100644 --- a/.github/workflows/ci-main-mac.yml +++ b/.github/workflows/ci-main-mac.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: macos-14 + runs-on: macos-13 steps: - uses: actions/checkout@v3