From 6f0a266a5bfac10092e27934861ab397fbb1e845 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Tue, 3 Dec 2024 15:07:05 -0800 Subject: [PATCH] Update mac runner to macos-14 --- .github/workflows/ci_mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml index 199629a7e..7dfe198dd 100644 --- a/.github/workflows/ci_mac.yml +++ b/.github/workflows/ci_mac.yml @@ -10,6 +10,6 @@ jobs: job: uses: ./.github/workflows/job-compile-and-test.yml with: - runner-env: macos-12 + runner-env: macos-14 platform: mac yarn-args: --network-timeout 100000 \ No newline at end of file