Update Azure Windows image names (#1029)

This commit is contained in:
Eric Larson
2022-02-22 17:26:51 -05:00
committed by GitHub
parent f78331da10
commit 2d1fee2b35
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
python ./bin/run_tests.py python ./bin/run_tests.py
- job: windows_36 - job: windows_36
pool: {vmImage: 'vs2017-win2016'} pool: {vmImage: 'windows-2019'}
timeoutInMinutes: 180 timeoutInMinutes: 180
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
@@ -32,7 +32,7 @@ jobs:
python ./bin/run_tests.py python ./bin/run_tests.py
- job: windows_38 - job: windows_38
pool: {vmImage: 'vs2017-win2016'} pool: {vmImage: 'windows-2019'}
timeoutInMinutes: 180 timeoutInMinutes: 180
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
inputs: {pathtoPublish: wheelhouse} inputs: {pathtoPublish: wheelhouse}
- job: windows - job: windows
pool: {vmImage: 'vs2017-win2016'} pool: {vmImage: 'windows-2019'}
steps: steps:
- task: UsePythonVersion@0 - task: UsePythonVersion@0
- bash: | - bash: |