From dd1f56abc711437e37471b94da572d426bf84d4a Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Sun, 2 Apr 2023 08:32:17 -0600 Subject: [PATCH] fix: update BCR presubmit to only run on MacOS (#333) Only test on macos for now as the Ubuntu runner does not have Swift installed. Related to #322. --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 309fd632e..305df8c30 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "" matrix: - platform: ["macos", "ubuntu2004"] + platform: ["macos"] tasks: run_tests: name: "Run test module"