From 8b9a8d972bc2797bf81704f328ed517684461f14 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 10 Mar 2020 17:52:24 +0100 Subject: [PATCH] chore: bump version of macos on azure (#9650) * chore: bump version of macos on azure * Update .azure-pipelines.yml --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index aedf9b8cb3cf..141c9cffea6c 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: - job: macOS pool: - vmImage: macos-10.13 + vmImage: macos-10.15 steps: # This step can be removed once Mercurial gets installed on the macOS image. See https://github.com/Microsoft/azure-pipelines-image-generation/issues/604 - script: HOMEBREW_NO_AUTO_UPDATE=1 brew install mercurial