From 9c2a98656ce60220b65356258c12a6f39d059f61 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 2 Oct 2025 23:40:17 -0400 Subject: [PATCH 1/2] macos-13 is deprecated --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9ffc8b35..7aabfd399 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: build-macos-x86_64: needs: [generate-license] name: Mac x86_64 - runs-on: macos-13 + runs-on: macos-latest strategy: fail-fast: false matrix: From afe44ca114efabfa496be56aaa500d7ab2f11949 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 4 Oct 2025 14:35:31 -0700 Subject: [PATCH 2/2] use macos-15-intel --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7aabfd399..f48ce7df6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: build-macos-x86_64: needs: [generate-license] name: Mac x86_64 - runs-on: macos-latest + runs-on: macos-15-intel strategy: fail-fast: false matrix: