Skip to content

Commit e101804

Browse files
committed
CI: Use windows-2022 explicitly, instead of latest
1 parent 9164910 commit e101804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 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 }}

0 commit comments

Comments
 (0)