Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Update Azure Pipelines
Browse files Browse the repository at this point in the history
Use latest macOS/Xcode settings.
  • Loading branch information
MikeMcQuaid committed Jan 23, 2019
1 parent b221a46 commit 0015803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
@@ -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"
Expand Down

0 comments on commit 0015803

Please sign in to comment.