From 2d1fee2b352adb722071bd74ff747bab89a4dae3 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 22 Feb 2022 14:26:51 -0800 Subject: [PATCH] Update Azure Windows image names (#1029) --- azure-pipelines.yml | 4 ++-- examples/azure-pipelines-minimal.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a47c585..a5497a46 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: python ./bin/run_tests.py - job: windows_36 - pool: {vmImage: 'vs2017-win2016'} + pool: {vmImage: 'windows-2019'} timeoutInMinutes: 180 steps: - task: UsePythonVersion@0 @@ -32,7 +32,7 @@ jobs: python ./bin/run_tests.py - job: windows_38 - pool: {vmImage: 'vs2017-win2016'} + pool: {vmImage: 'windows-2019'} timeoutInMinutes: 180 steps: - task: UsePythonVersion@0 diff --git a/examples/azure-pipelines-minimal.yml b/examples/azure-pipelines-minimal.yml index dcfed02c..50a53f13 100644 --- a/examples/azure-pipelines-minimal.yml +++ b/examples/azure-pipelines-minimal.yml @@ -28,7 +28,7 @@ jobs: inputs: {pathtoPublish: wheelhouse} - job: windows - pool: {vmImage: 'vs2017-win2016'} + pool: {vmImage: 'windows-2019'} steps: - task: UsePythonVersion@0 - bash: |