1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Brew on Travis CI has QT 6.x which requires XCode 12

This commit is contained in:
Martin Tůma 2021-05-28 07:20:07 +02:00
parent cbe03a7a29
commit 723f2060a3

View File

@ -5,7 +5,7 @@ os:
- osx
dist: focal
osx_image: xcode11.6
osx_image: xcode12
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi