File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 runs-on : macOS-latest
1414 strategy :
1515 matrix :
16- xcode : [11.4, 12.3]
16+ xcode : [" 11.4", " 12.3" ]
1717 steps :
1818 - uses : actions/checkout@v2
1919
3939 runs-on : macOS-11
4040 strategy :
4141 matrix :
42- xcode : [12.5]
42+ xcode : [" 12.5", "13.0" ]
4343 steps :
4444 - uses : actions/checkout@v2
4545
6565 runs-on : ubuntu-latest
6666 strategy :
6767 matrix :
68- swift : [5.2.4, 5.3.3]
68+ swift : [" 5.2.4", " 5.3.3" ]
6969 steps :
7070 - uses : actions/checkout@v2
7171 - uses : actions/setup-node@v2
9191 runs-on : macOS-latest
9292 strategy :
9393 matrix :
94- xcode : [11.4, 12.3]
94+ xcode : [" 11.4", " 12.3" ]
9595 steps :
9696 - uses : actions/checkout@v2
9797
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : macOS-11
118118 strategy :
119119 matrix :
120- xcode : [12.5]
120+ xcode : [" 12.5", "13.0" ]
121121 steps :
122122 - uses : actions/checkout@v2
123123
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144 strategy :
145145 matrix :
146- swift : [5.2.4, 5.3.3]
146+ swift : [" 5.2.4", " 5.3.3" ]
147147 steps :
148148 - uses : actions/checkout@v2
149149 - uses : actions/setup-node@v2
You can’t perform that action at this time.
0 commit comments