@@ -10,7 +10,7 @@ workflows:
1010 jobs :
1111 #
1212 # Naming convention: {platform}-{additional description}-{build type}
13- # - {platform} is the client platform/framework, which may differ from
13+ # - {platform} is the client platform/framework, which may differ from
1414 # the build platform. Specify both if applicable, e.g., "qt5-macos".
1515 # - {additional description} optionally describes the compiler or other
1616 # unique aspect of the build environment.
@@ -21,14 +21,14 @@ workflows:
2121 parameters :
2222 xcode : ["11.7.0", "12.0.0"]
2323 buildtype : ["Debug", "Release"]
24- - ios-release-template :
24+ - ios-release-template :
2525 xcode : " 12.5.0"
2626 name : ios-release
27- # This should depend on sanitize jobs
27+ # This should depend on sanitize jobs
2828 - ios-release-tag :
29- xcode : " 12.0 .0"
29+ xcode : " 12.5 .0"
3030 # Commenting out to test for release.
31- # requires:
31+ # requires:
3232 # - ios-build
3333 # - ios-release
3434 filters :
@@ -37,7 +37,7 @@ workflows:
3737 branches :
3838 ignore : /.*/
3939 - ios-trigger-metrics :
40- requires :
40+ requires :
4141 - ios-build
4242 - ios-release
4343 filters :
@@ -62,14 +62,14 @@ workflows:
6262 - ios-sanitize-nightly :
6363 requires :
6464 - ios-build
65- # TODO: Add matrix for these
65+ # TODO: Add matrix for these
6666 - ios-sanitize-address-nightly :
6767 requires :
6868 - ios-build
6969 - ios-static-analyzer-nightly :
7070 requires :
7171 - ios-build
72- - metrics-nightly :
72+ - metrics-nightly :
7373 requires :
7474 - ios-build
7575
0 commit comments