From 5b4b4f9a6041e64baccf7f04f8ceb845c02759f5 Mon Sep 17 00:00:00 2001 From: Ted Xie Date: Wed, 27 Nov 2024 13:31:22 -0500 Subject: [PATCH] Attempt to make CI use newer bazel versions --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41671ba..941fb35 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,6 +40,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-2022, macos-13] + bazel: [7.4.1, 8.0.0rc4] bzlmod: [ true, false ] runs-on: ${{ matrix.os }} steps: