From ab851640a48f9863d339552a3995bb4285ad72fe Mon Sep 17 00:00:00 2001 From: commitay Date: Fri, 12 Oct 2018 08:56:00 +1000 Subject: [PATCH] azure-pipelines.yml: use xcode 10 --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index deeeff3028..4743cd5a40 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,6 +4,7 @@ jobs: vmImage: xcode9-macos10.13 steps: - bash: | + sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer HOMEBREW_REPOSITORY="$(brew --repo)" mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library" sudo rm -rf "$HOMEBREW_REPOSITORY"