travis: Make macOS builder use Xcode 10.2
Keeps it targeting the latest Xcode revision.
This commit is contained in:
parent
c098ade2e7
commit
b1953c1cd4
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,6 @@ matrix:
|
|||
- env: NAME="macOS Build"
|
||||
os: osx
|
||||
sudo: false
|
||||
osx_image: xcode10
|
||||
osx_image: xcode10.2
|
||||
install: ./.travis/build-x86_64-macos/deps.sh
|
||||
script: ./.travis/build-x86_64-macos/build.sh
|
||||
|
|
Loading…
Reference in a new issue