azure-pipelines.yml: use xcode 10
This commit is contained in:
parent
b9d63783b5
commit
ab851640a4
@ -4,6 +4,7 @@ jobs:
|
|||||||
vmImage: xcode9-macos10.13
|
vmImage: xcode9-macos10.13
|
||||||
steps:
|
steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
|
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
|
||||||
HOMEBREW_REPOSITORY="$(brew --repo)"
|
HOMEBREW_REPOSITORY="$(brew --repo)"
|
||||||
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
|
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
|
||||||
sudo rm -rf "$HOMEBREW_REPOSITORY"
|
sudo rm -rf "$HOMEBREW_REPOSITORY"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user