Skip to content

Commit

Permalink
Use latest instead of last_rc in CI (#2305)
Browse files Browse the repository at this point in the history
Now that Bazel 7 rc1 has been cut, we need to change this in order to
still test Bazel 6. After Bazel 7 is out we probably want to create an
“LTS-1” job.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones authored Oct 18, 2023
1 parent ac0ee54 commit d17e534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ x_defaults:
# of these tasks, they are listed in the .bazelrc instead.
tasks:
macos_latest:
name: "Latest Bazel"
bazel: last_rc
name: "Current LTS"
bazel: latest
<<: *common

macos_last_green:
Expand Down

0 comments on commit d17e534

Please sign in to comment.