Skip to content

Commit

Permalink
fix: update BCR presubmit to only run on MacOS (#333)
Browse files Browse the repository at this point in the history
Only test on macos for now as the Ubuntu runner does not have Swift
installed.

Related to #322.
  • Loading branch information
cgrindel authored Apr 2, 2023
1 parent 08e0358 commit dd1f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcr_test_module:
module_path: ""
matrix:
platform: ["macos", "ubuntu2004"]
platform: ["macos"]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit dd1f56a

Please sign in to comment.