From d14b5d9f6c64ea975c3c84a61e957431234a6f30 Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Tue, 6 Jul 2021 21:57:04 -0500 Subject: [PATCH] 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 9b8b1e106fcf9..4cdd495fe0c31 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: py38_32bit pool: