Skip to content

Commit f2ca9d8

Browse files
authored
Update viper machines to use windows-2025 vm image for pre-test steps rather than the depreciating windows 2019. This matches what the other windows machines have been using, the viper PR and windows update pr just missed each other slightly. (#4885)
1 parent f3d37f5 commit f2ca9d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/templates/build-machine-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
osVersion: Win11
137137
archType: x64
138138
pool:
139-
vmImage: windows-2019
139+
vmImage: windows-2025
140140
machinePool: Viper
141141
queue: windows.11.amd64.viper.perf
142142
${{ insert }}: ${{ parameters.jobParameters }}
@@ -148,7 +148,7 @@ jobs:
148148
osVersion: Win11
149149
archType: x86
150150
pool:
151-
vmImage: windows-2019
151+
vmImage: windows-2025
152152
machinePool: Viper
153153
queue: windows.11.amd64.viper.perf
154154
${{ insert }}: ${{ parameters.jobParameters }}

0 commit comments

Comments
 (0)