From 5f14716772d17f46ef1a052c23ca1f4e596dc4b1 Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Mon, 6 Oct 2025 15:17:04 -0600 Subject: [PATCH] Remove windows from BCR matrix --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 307b4beba..b19745d3a 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "." matrix: - platform: ["debian11", "ubuntu2404", "macos", "windows"] + platform: ["debian11", "ubuntu2404", "macos"] bazel: [7.x, 8.x] tasks: run_tests: