Skip to content

Commit 3ebddd4

Browse files
committed
Replaced Xcode 10 / iOS 9 bot with Xcode 11 / iOS 13
1 parent 9615e98 commit 3ebddd4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
command: xcodebuild -project MapboxGeocoder.xcodeproj -scheme 'MapboxGeocoder Mac' clean build<<# parameters.test >> test <</ parameters.test >><<# parameters.codecoverage >>-enableCodeCoverage YES<</ parameters.codecoverage >>
8989
- run:
9090
name: watchOS
91-
command: xcodebuild -project MapboxGeocoder.xcodeproj -scheme 'MapboxGeocoder watchOS' -destination 'platform=watchOS Simulator,name=Apple Watch Series 3 - 42mm,OS=<< parameters.watchOS >>' clean build
91+
command: xcodebuild -project MapboxGeocoder.xcodeproj -scheme 'MapboxGeocoder watchOS' -destination 'platform=watchOS Simulator,name=Apple Watch Series 4 - 44mm,OS=<< parameters.watchOS >>' clean build
9292

9393
workflows:
9494
workflow:
@@ -101,8 +101,9 @@ workflows:
101101
watchOS: "5.2"
102102
codecoverage: true
103103
- build-job:
104-
name: "Xcode_10.2_iOS_9"
105-
xcode: "10.2.0"
106-
iOS: "9.3"
107-
tvOS: "12.2"
108-
watchOS: "5.2"
104+
name: "Xcode_11.3_iOS_13"
105+
xcode: "11.3.0"
106+
device: "iPhone 8 Plus"
107+
iOS: "13.3"
108+
tvOS: "13.3"
109+
watchOS: "6.1.1"

0 commit comments

Comments
 (0)