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

Try some newer Travis CI OS X image, maybe it will work...

This commit is contained in:
Martin Tůma 2021-05-27 23:22:27 +02:00
parent a53f20314f
commit cbe03a7a29

View File

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