Skip to content

Commit 42443c2

Browse files
committed
Updates .travis.yml
1 parent 032fb0c commit 42443c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: swift
22
xcode_project: ThunderCollection.xcodeproj # path to your xcodeproj folder
3-
osx_image: xcode11
3+
osx_image: xcode12
44
env:
55
global:
66
- LC_CTYPE=en_US.UTF-8
77
- LANG=en_US.UTF-8
88
matrix:
99
include:
1010
- xcode_scheme: ThunderCollection
11-
xcode_destination: platform=iOS Simulator,OS=13.0,name=iPhone 11 Pro Max
11+
xcode_destination: platform=iOS Simulator,OS=14.0,name=iPhone 11 Pro Max

0 commit comments

Comments
 (0)