Skip to content

Commit

Permalink
Merge pull request Homebrew#5600 from MikeMcQuaid/azure-pipelines-update
Browse files Browse the repository at this point in the history
Update Azure Pipelines
  • Loading branch information
MikeMcQuaid authored Jan 24, 2019
2 parents b221a46 + 0015803 commit 6a912c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -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 6a912c3

Please sign in to comment.