From 8354e847465deea5df69827c9f0d76fdd432b435 Mon Sep 17 00:00:00 2001 From: John Chadwick Date: Fri, 1 Aug 2025 11:44:16 -0400 Subject: [PATCH] Remove Windows from BCR presubmit --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 7f5d692..6db2e31 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "examples/bzlmod" matrix: - platform: ["debian10", "macos", "ubuntu2004", "windows"] + platform: ["debian10", "macos", "ubuntu2004"] bazel: [7.x, 8.x] tasks: run_tests: