Skip to content

Commit ea00a69

Browse files
authored
Pin windows image version (#5995)
1 parent efac2c3 commit ea00a69

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eng/pipelines/templates/stages/platform-matrix-live.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373
"Win2022": {
7474
"Pool": "env:WINDOWSPOOL",
7575
"OSVmImage": "env:WINDOWSVMIMAGE",
76-
"CMAKE_GENERATOR": "Visual Studio 17 2022"
76+
"CMAKE_GENERATOR": "Visual Studio 17 2022",
77+
// Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed
78+
"1ES.ImageVersionOverride": "147.0.0"
7779
}
7880
},
7981
"BuildConfig": {
@@ -115,6 +117,8 @@
115117
"Pool": "env:WINDOWSPOOL",
116118
"OSVmImage": "env:WINDOWSVMIMAGE",
117119
"CMAKE_GENERATOR": "Visual Studio 17 2022",
120+
// Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed
121+
"1ES.ImageVersionOverride": "147.0.0",
118122
"RunProxyTests": true
119123
}
120124
},

0 commit comments

Comments
 (0)