Skip to content

Commit 696c122

Browse files
authored
Update ci.yml
1 parent a690937 commit 696c122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
xcode:
17-
- 12.4
18-
- 12.5
17+
- '12.4'
18+
- '12.5.1'
1919
- '13.0'
2020
steps:
2121
- uses: actions/checkout@v2
@@ -34,8 +34,8 @@ jobs:
3434
strategy:
3535
matrix:
3636
xcode:
37-
- 12.4
38-
- 12.5
37+
- '12.4'
38+
- '12.5.1'
3939
- '13.0'
4040
steps:
4141
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)