@@ -3,28 +3,28 @@ version: 2.1
33parameters :
44 xcode_version :
55 type : string
6- default : " 12.5.1 "
6+ default : " 13.0.0 "
77 ios_current_version :
88 type : string
9- default : " 14.5 "
9+ default : " 15.0 "
1010 ios_previous_version :
1111 type : string
12- default : " 13.7 "
12+ default : " 14.5 "
1313 ios_sdk :
1414 type : string
15- default : " iphonesimulator14.5 "
15+ default : " iphonesimulator15.0 "
1616 macos_version : # The user-facing version string for macOS builds
1717 type : string
18- default : " 10.15 "
18+ default : " 11.5.2 "
1919 macos_sdk : # The full SDK string to use for macOS builds
2020 type : string
2121 default : " macosx11.3"
2222 tvos_version : # The user-facing version string of tvOS builds
2323 type : string
24- default : " 14.5 "
24+ default : " 15.0 "
2525 tvos_sdk :
2626 type : string
27- default : " appletvsimulator14.5 "
27+ default : " appletvsimulator15.0 "
2828
2929commands :
3030 integration_test_setup :
@@ -138,7 +138,7 @@ jobs:
138138 macos :
139139 xcode : << pipeline.parameters.xcode_version >>
140140 environment :
141- DESTINATION : platform=iOS Simulator,OS=<< pipeline.parameters.ios_current_version >>,name=iPhone 11
141+ DESTINATION : platform=iOS Simulator,OS=<< pipeline.parameters.ios_current_version >>,name=iPhone 12
142142 CIRCLE_XCODE_SCHEME : Apollo
143143 CIRCLE_XCODE_TEST_PLAN : Apollo-CITestPlan
144144 CIRCLE_XCODE_SDK : << pipeline.parameters.ios_sdk >>
@@ -150,7 +150,7 @@ jobs:
150150 macos :
151151 xcode : << pipeline.parameters.xcode_version >>
152152 environment :
153- DESTINATION : platform=iOS Simulator,OS=<< pipeline.parameters.ios_previous_version >>,name=iPhone 11
153+ DESTINATION : platform=iOS Simulator,OS=<< pipeline.parameters.ios_previous_version >>,name=iPhone 12
154154 CIRCLE_XCODE_SCHEME : Apollo
155155 CIRCLE_XCODE_TEST_PLAN : Apollo-CITestPlan
156156 CIRCLE_XCODE_SDK : << pipeline.parameters.ios_sdk >>
0 commit comments