Use Xcode 10.2 for CI

See https://github.com/Homebrew/brew/pull/6083
This commit is contained in:
L. E. Segovia 2019-05-09 20:32:04 +00:00
parent 93b2c29612
commit 9875f3a464
No known key found for this signature in database
GPG Key ID: D5D1DC48B52B7AD5

View File

@ -5,7 +5,7 @@ jobs:
steps:
- bash: |
set -e
sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer
sudo xcode-select --switch /Applications/Xcode_10.2.app/Contents/Developer
HOMEBREW_REPOSITORY="$(brew --repo)"
mv "$HOMEBREW_REPOSITORY/Library/Taps" "$PWD/Library"
sudo rm -rf "$HOMEBREW_REPOSITORY"