Skip to content

Commit

Permalink
Pin windows image version (#5995)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Sep 17, 2024
1 parent efac2c3 commit ea00a69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eng/pipelines/templates/stages/platform-matrix-live.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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
}
},
Expand Down

0 comments on commit ea00a69

Please sign in to comment.