Skip to content

Commit 31aae78

Browse files
authored
Update ci.yaml to use Bazel 8.0.1 (#72)
1 parent abc8a8d commit 31aae78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
bzlmod: [true]
25-
bazel_version: ["7.4.1", "8.0.0"]
25+
bazel_version: ["7.4.1", "8.0.1"]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: "Checkout the sources"
@@ -47,7 +47,7 @@ jobs:
4747
bzlmod: [true]
4848
directory: [examples/simple-android]
4949
strategy: [local, worker]
50-
bazel_version: ["7.4.1", "8.0.0"]
50+
bazel_version: ["7.4.1", "8.0.1"]
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: "Checkout the sources"

0 commit comments

Comments
 (0)