File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
2
2
3
3
orbs :
4
4
apple : ml-explore/pr-approval@0.1.0
5
-
5
+
6
6
parameters :
7
7
nightly_build :
8
8
type : boolean
@@ -14,8 +14,11 @@ parameters:
14
14
jobs :
15
15
16
16
mac_build_and_test :
17
+ parameters :
18
+ xcode_version :
19
+ type : string
17
20
macos :
18
- xcode : 16.0.0
21
+ xcode : << parameters.xcode_version >>
19
22
resource_class : macos.m1.medium.gen1
20
23
steps :
21
24
- checkout
@@ -57,7 +60,10 @@ workflows:
57
60
- not : << pipeline.parameters.nightly_build >>
58
61
- not : << pipeline.parameters.weekly_build >>
59
62
jobs :
60
- - mac_build_and_test
63
+ - mac_build_and_test :
64
+ matrix :
65
+ parameters :
66
+ xcode_version : ["16.0.0", "16.3.0"]
61
67
62
68
prb :
63
69
when :
@@ -71,3 +77,6 @@ workflows:
71
77
context : pr-approval
72
78
- mac_build_and_test :
73
79
requires : [ hold ]
80
+ matrix :
81
+ parameters :
82
+ xcode_version : ["16.0.0", "16.3.0"]
You can’t perform that action at this time.
0 commit comments