Skip to content

Commit a18929b

Browse files
committed
fix: use Bazel 8.4.0 LTS for CI compatibility
- Setup-bazel action doesn't recognize 'latest' keyword - Use specific Bazel 8.4.0 LTS version which is the current stable release - This should resolve the 'Unable to find Bazelisk version latest' errors
1 parent 3d80acc commit a18929b

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: "latest"
12+
BAZEL_VERSION: "8.4.0"
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: "latest"
13+
BAZEL_VERSION: "8.4.0"
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: "latest"
25+
BAZEL_VERSION: "8.4.0"
2626

2727
jobs:
2828
# Performance benchmarking

0 commit comments

Comments
 (0)