From 223a8cac99ff87cde53197334c55a369fcd4f53b Mon Sep 17 00:00:00 2001 From: Stephanie DiBenedetto Date: Sat, 25 Oct 2025 12:01:36 -0700 Subject: [PATCH] update intel macos build runner Github's macos-13 runner is deprecated and will be phased out over the course of November 2025. The next oldest intel macos runner is macos-14-large. --- .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 4cf1caf..0dd6f43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: - os: macos-14 cpu: darwin_arm64 bazel_target: dist_zip - - os: macos-13 + - os: macos-14-large cpu: darwin_x86_64 bazel_target: dist_zip