From 88444858d44397a4799ae5cb0fbaa8deeaa5dc77 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 16 Apr 2025 11:18:54 -0700 Subject: [PATCH] Update macos-14 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