Use Xcode 10.2 for new taps too
See https://github.com/Homebrew/brew/pull/6083
This commit is contained in:
		
							parent
							
								
									9875f3a464
								
							
						
					
					
						commit
						9050d0a7b1
					
				@ -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"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user