From cd38fb1e7a53e64655f6e52632e2654bdd110ebe Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 20 Feb 2024 12:26:34 -0800 Subject: [PATCH] Reduce number of BCR CI jobs (#305) During queue times it can get annoying. Having macOS and any Linux should be good enough for this repo, we're just validating that things work at all with these. --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index bc51ca4..b09446c 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,5 +1,5 @@ matrix: - platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"] + platform: ["macos_arm64", "ubuntu2004"] bazel: ["6.x", "7.x", "rolling"] tasks: