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.
2 parents 80b6382 + e35658d commit f28afbaCopy full SHA for f28afba
.github/workflows/workflow.yaml
@@ -254,14 +254,14 @@ jobs:
254
strategy:
255
fail-fast: false
256
matrix:
257
- os: [ubuntu-24.04, macos-13, macos-14, windows-latest]
+ os: [ubuntu-24.04, macos-13, macos-14, windows-2022]
258
bzlmod: [true, false]
259
bazel:
260
- "6.x"
261
- "7.x"
262
exclude:
263
# TODO(cb) add full support for Bazel 7
264
- - os: windows-latest
+ - os: windows-2022
265
bazel: "7.x"
266
env:
267
USE_BAZEL_VERSION: ${{ matrix.bazel }}
@@ -323,7 +323,7 @@ jobs:
323
working-directory: examples
324
run: |
325
# Quote the package specifier so that it works on Windows
326
- bazelisk build "//..."
+ bazelisk test "//..."
327
328
all_ci_tests:
329
runs-on: ubuntu-24.04
0 commit comments