Updated xcode image for travis CI

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2022-08-09 14:23:41 +02:00
parent bcc92c5e72
commit 2877670a53
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: xcode12
osx_image: xcode13.4
sudo: required
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then package/prepare_osx.sh; fi