From d1de19af90e9109067ed7cd447776a4bda7eb04e Mon Sep 17 00:00:00 2001 From: Henry Qin Date: Sat, 6 Apr 2024 21:22:39 -0700 Subject: [PATCH] Try switching to macos-14-large --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 2f3ec32..99dc456 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -12,7 +12,7 @@ jobs: run: make build-osx-intel-artifact: - runs-on: macos-latest-large + runs-on: macos-13 steps: - uses: actions/checkout@v4