File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33parameters :
44 xcode_version :
55 type : string
6- default : " 13.0.0 "
6+ default : " 13.2.1 "
77 ios_current_version :
88 type : string
99 default : " 15.0"
@@ -15,10 +15,10 @@ parameters:
1515 default : " iphonesimulator15.0"
1616 macos_version : # The user-facing version string for macOS builds
1717 type : string
18- default : " 11.5 .2"
18+ default : " 11.6 .2"
1919 macos_sdk : # The full SDK string to use for macOS builds
2020 type : string
21- default : " macosx11.3 "
21+ default : " macosx12.1 "
2222 tvos_version : # The user-facing version string of tvOS builds
2323 type : string
2424 default : " 15.0"
@@ -200,10 +200,6 @@ workflows:
200200 jobs :
201201 - Swift_Build :
202202 name : Build with SPM
203- filters :
204- # Don't run this on any branch with "1.0" in the name (temporary!)
205- branches :
206- ignore : /.*1.0.*/
207203 - IntegrationTests_macOS_current :
208204 name : Apollo Integration Tests macOS << pipeline.parameters.macos_version >>
209205 filters :
@@ -236,10 +232,6 @@ workflows:
236232 ignore : /.*1.0.*/
237233 - CodegenLib_macOS_current :
238234 name : Swift Code Generation
239- filters :
240- # Don't run this on any branch with "1.0" in the name (temporary!)
241- branches :
242- ignore : /.*1.0.*/
243235 - CocoaPodsTrunk :
244236 name : Push Podspec to CocoaPods Trunk
245237 requires :
You can’t perform that action at this time.
0 commit comments