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

Commit 6a912c3

Browse files
authored
Merge pull request #5600 from MikeMcQuaid/azure-pipelines-update
Update Azure Pipelines
2 parents b221a46 + 0015803 commit 6a912c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
jobs:
22
- job: macOS
33
pool:
4-
vmImage: xcode9-macos10.13
4+
vmImage: macOS-10.13
55
steps:
66
- bash: |
7-
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
7+
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
88
HOMEBREW_REPOSITORY="$(brew --repo)"
99
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
1010
sudo rm -rf "$HOMEBREW_REPOSITORY"

0 commit comments

Comments
 (0)