We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6afb9 commit 84ce02cCopy full SHA for 84ce02c
.github/workflows/ci.yml
@@ -161,8 +161,10 @@ jobs:
161
162
windows-bazel-build:
163
strategy:
164
+ fail-fast: false
165
matrix:
166
codspeed-mode: ["off", "walltime"]
167
+ bazel-version: ["7.6.2", "8.4.2", "9.0.0-pre.20250921.2"]
168
runs-on: windows-latest
169
steps:
170
- uses: actions/checkout@v4
@@ -183,3 +185,5 @@ jobs:
183
185
run: |
184
186
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
187
shell: pwsh
188
+ env:
189
+ USE_BAZEL_VERSION: ${{ matrix.bazel-version }}
0 commit comments