From b3875ccdf6a4953cfabd213fe7b509728958aa73 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Tue, 5 May 2026 08:56:40 -0700 Subject: [PATCH] Update Bazel CI presubmit matrix - Remove macos (Intel Macs) - Update debian and ubuntu distribution - Add Bazel 9.x PiperOrigin-RevId: 910719323 --- .bazelci/presubmit.yml | 4 ++-- .bcr/presubmit.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 545abc0554..7b70c713ce 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,7 +1,7 @@ # LINT.IfChange(bazelci_presubmit) matrix: - platform: ["debian10", "macos", "macos_arm64", "ubuntu2004", "windows"] - bazel: [8.x] + platform: ["debian12", "macos_arm64", "ubuntu2404", "windows"] + bazel: [8.x, 9.x] tasks: verify_targets: diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index a53c96239b..c4e620367e 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,8 +2,8 @@ bcr_test_module: module_path: examples matrix: - platform: ["debian10", "macos", "macos_arm64", "ubuntu2004", "windows"] - bazel: [8.x] + platform: ["debian12", "macos_arm64", "ubuntu2404", "windows"] + bazel: [8.x, 9.x] tasks: verify_targets: