From 617d7db4da2a8230b57964a8adadace0157f2e42 Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Mon, 5 Jul 2021 22:00:12 -0700 Subject: [PATCH] Updates travis CI image --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72d70ce..79f604a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: swift xcode_project: XCallbackKit.xcodeproj xcode_scheme: XCallbackKit -osx_image: xcode10.2 -xcode_sdk: iphonesimulator12.2 +osx_image: xcode12.5 +xcode_sdk: iphonesimulator14.5 env: global: - FRAMEWORK_NAME=XCallbackKit @@ -10,7 +10,7 @@ before_install: - brew update - brew outdated carthage || brew upgrade carthage script: - - xcodebuild clean build test -project XCallbackKit.xcodeproj -scheme XCallbackKit -destination 'platform=iOS Simulator,name=iPhone X,OS=12.2' + - xcodebuild clean build test -project XCallbackKit.xcodeproj -scheme XCallbackKit -destination 'platform=iOS Simulator,name=iPhone 12,OS=14.5' before_deploy: - carthage build --no-skip-current - carthage archive $FRAMEWORK_NAME