diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b2eb8447d..a31394efb 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -3,8 +3,8 @@ bcr_test_module: matrix: platform: ["macos"] bazel: - - 6.x - - 7.x + # This needs to exactly match the value used in .bazelversion at the root. + - 7.0.0 tasks: run_tests: name: "Run test module"