From 611e5b8fb436f809e292dc0c20eb31c33dad27d9 Mon Sep 17 00:00:00 2001 From: Per Larsen Date: Sat, 25 Apr 2020 15:00:47 +0200 Subject: [PATCH] Roll macOS from 10.13 (deprecated) to 10.15 on Azure --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c137e0824..8fb3de3da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,12 +97,12 @@ jobs: - job: Darwin timeoutInMinutes: 120 pool: - vmImage: 'macos-10.13' + vmImage: 'macos-10.15' steps: - script: | ./scripts/provision_mac.sh - # Pick the most recent toolchain (the default is Xcode 8.3.3) - sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer + # Pick the most recent toolchain (the default is Xcode 11.3.1) + sudo xcode-select --switch /Applications/Xcode_11.4.app/Contents/Developer # speeds up provisioning export HOMEBREW_NO_AUTO_UPDATE=1 # helps the `curl-sys` create determine how to link in libcurl.