Skip to content

Commit d221239

Browse files
committed
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.
1 parent 25fe480 commit d221239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- os: macos-14
7878
cpu: darwin_arm64
7979
bazel_target: dist_zip
80-
- os: macos-13
80+
- os: macos-14-large
8181
cpu: darwin_x86_64
8282
bazel_target: dist_zip
8383

0 commit comments

Comments
 (0)