Try travis CI with newer version of osx

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2021-11-05 00:09:35 +01:00
parent 485e4d8040
commit cc4ba1aadd
No known key found for this signature in database
GPG key ID: D850A5F772E880F9

View file

@ -2,7 +2,7 @@ language: generic
os:
- osx
- linux
osx_image: xcode11
osx_image: xcode12
sudo: required
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then package/prepare_osx.sh; fi