Skip to content

Commit ed45e7f

Browse files
authored
Add Xcode 11.5 to CI (#138)
* Add Xcode 11.5 to CI * 11.3 * Update ci.yml
1 parent bf24a8c commit ed45e7f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
strategy:
1515
matrix:
1616
xcode:
17-
- 11.3.1
18-
- 11.4.1
17+
- 11.3
18+
- 11.4
19+
- 11.5
1920
steps:
2021
- uses: actions/checkout@v2
2122
- name: Select Xcode ${{ matrix.xcode }}
@@ -28,8 +29,9 @@ jobs:
2829
strategy:
2930
matrix:
3031
xcode:
31-
# - 11.3.1
32-
- 11.4.1
32+
# - 11.3
33+
- 11.4
34+
- 11.5
3335
steps:
3436
- uses: actions/checkout@v2
3537
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)