From a0fcf9abbae4b70a969497a4064abb2d71e5a6ec Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Sat, 18 Jan 2025 02:18:30 +0000 Subject: [PATCH] Update ci.yaml to use Bazel 8.0.1 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b08b7e..b2c718e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: matrix: os: [ubuntu-latest] bzlmod: [true] - bazel_version: ["7.4.1", "8.0.0"] + bazel_version: ["7.4.1", "8.0.1"] runs-on: ${{ matrix.os }} steps: - name: "Checkout the sources" @@ -47,7 +47,7 @@ jobs: bzlmod: [true] directory: [examples/simple-android] strategy: [local, worker] - bazel_version: ["7.4.1", "8.0.0"] + bazel_version: ["7.4.1", "8.0.1"] runs-on: ${{ matrix.os }} steps: - name: "Checkout the sources"