From 3c27121ca07c00bd069b972d05fac9e3d5716daa Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Wed, 7 Jul 2021 11:48:31 -0500 Subject: [PATCH] Backport PR #42419: CI: update vm image version for Azure --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0766d1915321..1e59204b25d9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,12 +21,12 @@ jobs: - template: ci/azure/posix.yml parameters: name: macOS - vmImage: macOS-10.14 + vmImage: macOS-10.15 - template: ci/azure/windows.yml parameters: name: Windows - vmImage: vs2017-win2016 + vmImage: windows-2019 - job: py37_32bit pool: