From 4bb8242be270d94db2802cfbef6f4cad8072479d Mon Sep 17 00:00:00 2001 From: EddyGharbi Date: Thu, 26 Mar 2020 11:43:36 -0700 Subject: [PATCH] ci: Upgrade MacOS agent to latest --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bfebffe..1d74f29 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,7 +64,7 @@ jobs: - job: 'MacOSX' pool: - vmImage: 'macos-10.14' + vmImage: 'macos-10.15' workspace: clean: all