File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : macOS-latest
14
14
strategy :
15
15
matrix :
16
- xcode : [11.4, 12.3]
16
+ xcode : [" 11.4", " 12.3" ]
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
39
39
runs-on : macOS-11
40
40
strategy :
41
41
matrix :
42
- xcode : [12.5]
42
+ xcode : [" 12.5", "13.0" ]
43
43
steps :
44
44
- uses : actions/checkout@v2
45
45
65
65
runs-on : ubuntu-latest
66
66
strategy :
67
67
matrix :
68
- swift : [5.2.4, 5.3.3]
68
+ swift : [" 5.2.4", " 5.3.3" ]
69
69
steps :
70
70
- uses : actions/checkout@v2
71
71
- uses : actions/setup-node@v2
91
91
runs-on : macOS-latest
92
92
strategy :
93
93
matrix :
94
- xcode : [11.4, 12.3]
94
+ xcode : [" 11.4", " 12.3" ]
95
95
steps :
96
96
- uses : actions/checkout@v2
97
97
@@ -117,7 +117,7 @@ jobs:
117
117
runs-on : macOS-11
118
118
strategy :
119
119
matrix :
120
- xcode : [12.5]
120
+ xcode : [" 12.5", "13.0" ]
121
121
steps :
122
122
- uses : actions/checkout@v2
123
123
@@ -143,7 +143,7 @@ jobs:
143
143
runs-on : ubuntu-latest
144
144
strategy :
145
145
matrix :
146
- swift : [5.2.4, 5.3.3]
146
+ swift : [" 5.2.4", " 5.3.3" ]
147
147
steps :
148
148
- uses : actions/checkout@v2
149
149
- uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments