From ab274ac627966350157818233f9529a37e0dc0f2 Mon Sep 17 00:00:00 2001 From: Richard Lavoie Date: Wed, 2 Sep 2026 21:38:58 -0400 Subject: [PATCH] disable macos on bcr, they can't pull the macos sdk --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index c82df11..6a4fd85 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "tests" matrix: - platform: ["debian10", "macos", "ubuntu2004", "windows"] + platform: ["debian10", "ubuntu2004", "windows"] bazel: [8.x, 9.x, rolling] tasks: run_tests: