From 49ba34a824e1656e627ac5a86a4daf1d6f6f5e5c Mon Sep 17 00:00:00 2001 From: James Truher Date: Thu, 24 Feb 2022 16:01:57 -0800 Subject: [PATCH] Use latest mac image rather than a specific version. This will stay up to date. --- .azure-pipelines-ci/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines-ci/ci.yaml b/.azure-pipelines-ci/ci.yaml index 6707fffb9..dd20feeb8 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -26,8 +26,8 @@ stages: vmImage: ubuntu-18.04 Ubuntu_20_04: vmImage: ubuntu-20.04 - macOS_10_15_Catalina: - vmImage: macOS-10.15 + mac_Latest: + vmImage: macOS-latest Windows_Server2016_PowerShell_Core: vmImage: vs2017-win2016 Windows_Server2019_PowerShell_Core: