Skip to content

Commit 2d1fee2

Browse files
authored
Update Azure Windows image names (#1029)
1 parent f78331d commit 2d1fee2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python ./bin/run_tests.py
2222
2323
- job: windows_36
24-
pool: {vmImage: 'vs2017-win2016'}
24+
pool: {vmImage: 'windows-2019'}
2525
timeoutInMinutes: 180
2626
steps:
2727
- task: UsePythonVersion@0
@@ -32,7 +32,7 @@ jobs:
3232
python ./bin/run_tests.py
3333
3434
- job: windows_38
35-
pool: {vmImage: 'vs2017-win2016'}
35+
pool: {vmImage: 'windows-2019'}
3636
timeoutInMinutes: 180
3737
steps:
3838
- task: UsePythonVersion@0

examples/azure-pipelines-minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
inputs: {pathtoPublish: wheelhouse}
2929

3030
- job: windows
31-
pool: {vmImage: 'vs2017-win2016'}
31+
pool: {vmImage: 'windows-2019'}
3232
steps:
3333
- task: UsePythonVersion@0
3434
- bash: |

0 commit comments

Comments
 (0)