Use Xcode 10.2 for new taps too

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

View File

@ -58,7 +58,7 @@ module Homebrew
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
brew update
HOMEBREW_TAP_DIR="/usr/local/Homebrew/Library/Taps/#{tap.full_name}"
mkdir -p "$HOMEBREW_TAP_DIR"