@@ -10,7 +10,7 @@ workflows:
10
10
jobs :
11
11
#
12
12
# 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
14
14
# the build platform. Specify both if applicable, e.g., "qt5-macos".
15
15
# - {additional description} optionally describes the compiler or other
16
16
# unique aspect of the build environment.
@@ -21,14 +21,14 @@ workflows:
21
21
parameters :
22
22
xcode : ["11.7.0", "12.0.0"]
23
23
buildtype : ["Debug", "Release"]
24
- - ios-release-template :
24
+ - ios-release-template :
25
25
xcode : " 12.5.0"
26
26
name : ios-release
27
- # This should depend on sanitize jobs
27
+ # This should depend on sanitize jobs
28
28
- ios-release-tag :
29
- xcode : " 12.0 .0"
29
+ xcode : " 12.5 .0"
30
30
# Commenting out to test for release.
31
- # requires:
31
+ # requires:
32
32
# - ios-build
33
33
# - ios-release
34
34
filters :
@@ -37,7 +37,7 @@ workflows:
37
37
branches :
38
38
ignore : /.*/
39
39
- ios-trigger-metrics :
40
- requires :
40
+ requires :
41
41
- ios-build
42
42
- ios-release
43
43
filters :
@@ -62,14 +62,14 @@ workflows:
62
62
- ios-sanitize-nightly :
63
63
requires :
64
64
- ios-build
65
- # TODO: Add matrix for these
65
+ # TODO: Add matrix for these
66
66
- ios-sanitize-address-nightly :
67
67
requires :
68
68
- ios-build
69
69
- ios-static-analyzer-nightly :
70
70
requires :
71
71
- ios-build
72
- - metrics-nightly :
72
+ - metrics-nightly :
73
73
requires :
74
74
- ios-build
75
75
0 commit comments