Skip to content

Commit b57f800

Browse files
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
(cherry picked from commit 4313a29) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
1 parent 29c40c7 commit b57f800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
117117

118118
pool:
119-
vmImage: vs2017-win2017
119+
vmImage: vs2017-win2016
120120

121121
strategy:
122122
matrix:

.azure-pipelines/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
6565

6666
pool:
67-
vmImage: vs2017-win2017
67+
vmImage: vs2017-win2016
6868

6969
strategy:
7070
matrix:

0 commit comments

Comments
 (0)