summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2024-02-20 12:26:34 -0800
committerGitHub <noreply@github.com>2024-02-20 15:26:34 -0500
commitcd38fb1e7a53e64655f6e52632e2654bdd110ebe (patch)
tree8420e446381220155cc01426ca46df09c1445f37
parentc0408aec01ba77c48169444416de5bcb5ae3d11f (diff)
downloadbazelbuild-apple_support-cd38fb1e7a53e64655f6e52632e2654bdd110ebe.tar.gz
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.
-rw-r--r--.bcr/presubmit.yml2
1 files changed, 1 insertions, 1 deletions
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: