Skip to content

Commit b17a286

Browse files
committed
Updates travis.yml
1 parent f28a481 commit b17a286

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
@@ -1,13 +1,13 @@
11
language: swift
22
xcode_project: ThunderBasics.xcodeproj # path to your xcodeproj folder
3-
osx_image: xcode11.6
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: ThunderBasics-iOS
11-
xcode_destination: platform=iOS Simulator,OS=13.6,name=iPhone 11 Pro Max
11+
xcode_destination: platform=iOS Simulator,OS=14.0,name=iPhone 11 Pro Max
1212
- xcode_scheme: ThunderBasics-macOS
1313
xcode_destination: platform=macOS

0 commit comments

Comments
 (0)