Skip to content

Commit 3d80acc

Browse files
committed
fix: update to latest Bazel version for CI compatibility
- Use Bazel 'latest' to get the newest stable version (Bazel 8.x) - This should resolve CI failures from unavailable Bazel 7.4.1
1 parent 1b7581d commit 3d80acc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [published]
1010

1111
env:
12-
BAZEL_VERSION: "7.4.1"
12+
BAZEL_VERSION: "latest"
1313
RUST_VERSION: "1.82.0"
1414
TINYGO_VERSION: "0.38.0"
1515
NODE_VERSION: "20.18.0"

.github/workflows/oci-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
env:
1111
REGISTRY: ghcr.io
1212
IMAGE_NAME: ${{ github.repository }}
13-
BAZEL_VERSION: "7.4.1"
13+
BAZEL_VERSION: "latest"
1414
WASM_TOOLS_VERSION: "1.217.0"
1515

1616
jobs:

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- comparison
2323

2424
env:
25-
BAZEL_VERSION: "7.4.1"
25+
BAZEL_VERSION: "latest"
2626

2727
jobs:
2828
# Performance benchmarking

0 commit comments

Comments
 (0)