Skip to content

Commit 08685b4

Browse files
authored
Use Xcode14 (#533)
1 parent 8ee0ffb commit 08685b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ if: |
44
((commit_message != 'update spm') AND (sender != env(GITHUB_NAME)))
55
66
language: objective-c
7-
osx_image: xcode13.4
7+
osx_image: xcode14
88

99
xcode_workspace: Leanplum.xcworkspace
1010
xcode_scheme: LeanplumSDKApp
11-
xcode_destination: platform=iOS Simulator,OS=15.0,name=iPhone 12
11+
xcode_destination: platform=iOS Simulator,OS=16.0,name=iPhone 14
1212

1313
cache: cocoapods
1414
podfile: Podfile

0 commit comments

Comments
 (0)