Skip to content

Commit f28afba

Browse files
authored
Merge pull request #2316 from tweag/cb/fix-examples-on-win
Fix small issues with CI examples jobs
2 parents 80b6382 + e35658d commit f28afba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,14 @@ jobs:
254254
strategy:
255255
fail-fast: false
256256
matrix:
257-
os: [ubuntu-24.04, macos-13, macos-14, windows-latest]
257+
os: [ubuntu-24.04, macos-13, macos-14, windows-2022]
258258
bzlmod: [true, false]
259259
bazel:
260260
- "6.x"
261261
- "7.x"
262262
exclude:
263263
# TODO(cb) add full support for Bazel 7
264-
- os: windows-latest
264+
- os: windows-2022
265265
bazel: "7.x"
266266
env:
267267
USE_BAZEL_VERSION: ${{ matrix.bazel }}
@@ -323,7 +323,7 @@ jobs:
323323
working-directory: examples
324324
run: |
325325
# Quote the package specifier so that it works on Windows
326-
bazelisk build "//..."
326+
bazelisk test "//..."
327327
328328
all_ci_tests:
329329
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)