From 429b488b9c2efac1de4ac8ed9aa499d581f5e112 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 24 Sep 2025 16:33:29 -0700 Subject: [PATCH] Update ci mac image to 15. --- .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 7dfe198dd..a5f786368 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-14 + runner-env: macos-15 platform: mac yarn-args: --network-timeout 100000 \ No newline at end of file