From 621fc209b43f394c958b4ce06dc863591cd2e861 Mon Sep 17 00:00:00 2001 From: Ted Xie Date: Tue, 16 Jun 2026 16:58:04 -0400 Subject: [PATCH] Migrate macos jobs to macos_arm64 --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2d34298..da693e2 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,7 +1,7 @@ buildifier: latest validate_config: 1 matrix: - platform: ["ubuntu2004", "windows", "macos"] + platform: ["ubuntu2004", "windows", "macos_arm64"] tasks: all_tests_workspace_latest: name: Workspace (latest Bazel)