Update Azure Pipelines

Use latest macOS/Xcode settings.
This commit is contained in:
Mike McQuaid 2019-01-23 21:35:27 +00:00
parent b221a46af2
commit 0015803ddd
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -1,10 +1,10 @@
jobs:
- job: macOS
pool:
vmImage: xcode9-macos10.13
vmImage: macOS-10.13
steps:
- bash: |
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
HOMEBREW_REPOSITORY="$(brew --repo)"
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
sudo rm -rf "$HOMEBREW_REPOSITORY"