diff --git a/.travis.yml b/.travis.yml index d5145ae..64470b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -osx_image: xcode15 +osx_image: xcode16 language: swift script: - xcodebuild clean build test -workspace UberCarAnimation.xcworkspace -scheme UberCarAnimation -destination 'platform=iOS Simulator,OS=13.0,name=iPhone 15' ONLY_ACTIVE_ARCH=YES