29
29
[
30
30
{ name : linux, image : ubuntu-20.04 },
31
31
{ name : macOS, image : macos-15 },
32
- { name : windows, image : windows-2022 }
32
+ { name : windows, image : windows-2025 }
33
33
]
34
34
config :
35
35
[
@@ -43,19 +43,19 @@ jobs:
43
43
- os : { name: linux, image: ubuntu-20.04 }
44
44
config : { suffix: -asan }
45
45
# Windows has a custom non-debug bazel config.
46
- - os : { name : windows, image : windows-2022 }
46
+ - os : { name : windows, image : windows-2025 }
47
47
config : { suffix: '' }
48
48
# TODO (later): The custom Windows-debug configuration consistently runs out of disk
49
49
# space on CI, disable it for now. Once https://github.com/bazelbuild/bazel/issues/21615
50
50
# has been resolved we can likely re-enable it and possibly fold up the custom
51
51
# configurations, as we can more easily disable PDB file generation.
52
- # - os: { name : windows, image : windows-2022 }
52
+ # - os: { name : windows, image : windows-2025 }
53
53
# config: { suffix: -debug, bazel-args: --config=windows_dbg }
54
54
exclude :
55
55
# Skip the matrix generated Windows non-debug config to use the one added above.
56
- - os : { name : windows, image : windows-2022 }
56
+ - os : { name : windows, image : windows-2025 }
57
57
config : { suffix: '' }
58
- - os : { name : windows, image : windows-2022 }
58
+ - os : { name : windows, image : windows-2025 }
59
59
config : { suffix: -debug }
60
60
# due to resource constraints, exclude the macOS-debug runner for now. linux-debug and
61
61
# linux-asan should provide sufficient coverage for building in the debug configuration.
0 commit comments