Updated xcode image version to 14

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2022-09-16 17:05:40 +02:00
parent 6fb040d12c
commit c2b8e7827a
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: xcode13.4
osx_image: xcode14
sudo: required
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then package/prepare_osx.sh; fi