From b4e39c4aac2076b3314e9ba83b9de2af23803200 Mon Sep 17 00:00:00 2001 From: SuryakantRapido Date: Wed, 30 Oct 2024 17:22:53 +0530 Subject: [PATCH] bump xcode version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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