Pin windows image version (#5995)

This commit is contained in:
Wes Haggard 2024-09-17 15:07:33 -07:00 committed by GitHub
parent efac2c35d8
commit ea00a69e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,9 @@
"Win2022": {
"Pool": "env:WINDOWSPOOL",
"OSVmImage": "env:WINDOWSVMIMAGE",
"CMAKE_GENERATOR": "Visual Studio 17 2022"
"CMAKE_GENERATOR": "Visual Studio 17 2022",
// Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed
"1ES.ImageVersionOverride": "147.0.0"
}
},
"BuildConfig": {
@ -115,6 +117,8 @@
"Pool": "env:WINDOWSPOOL",
"OSVmImage": "env:WINDOWSVMIMAGE",
"CMAKE_GENERATOR": "Visual Studio 17 2022",
// Temporarily pin to an older image until https://github.com/actions/runner-images/issues/10562 is fixed
"1ES.ImageVersionOverride": "147.0.0",
"RunProxyTests": true
}
},