mirror of https://github.com/python/cpython
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
This commit is contained in:
parent
491974735c
commit
4313a293da
|
@ -116,7 +116,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
|
||||
|
||||
pool:
|
||||
vmImage: vs2017-win2017
|
||||
vmImage: vs2017-win2016
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
condition: and(succeeded(), eq(dependencies.Prebuild.outputs['tests.run'], 'true'))
|
||||
|
||||
pool:
|
||||
vmImage: vs2017-win2017
|
||||
vmImage: vs2017-win2016
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue