Skip to content

Commit

Permalink
fix: use correct platforms for presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
TendTo committed Jun 12, 2024
1 parent deb5837 commit 990a65e
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: "examples"
matrix:
platform: ["debian10", "ubuntu2004", "windows"]
platform: ["fedora40", "ubuntu2204", "windows"]
bazel: [7.x]
tasks:
run_tests:
Expand Down

0 comments on commit 990a65e

Please sign in to comment.