travis: Update xcode

Update to 10.2 (required for CTAD to work correctly)
This commit is contained in:
MerryMage
2020-04-07 20:49:46 +01:00
parent 8b7b6e9f74
commit f2499953c0
2 changed files with 18 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ matrix:
- os: osx
env: NAME="macos build"
sudo: false
osx_image: xcode10
osx_image: xcode10.2
install: "./.travis/macos/deps.sh"
script: "./.travis/macos/build.sh"
after_success: "./.travis/macos/upload.sh"