Skip to content

Commit c0e5c0d

Browse files
committed
Update CI to use 11.7 instead of 11.6 (#281)
1 parent 459f3b1 commit c0e5c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
matrix:
1616
xcode:
1717
- 11.4
18-
- 11.5
19-
- 11.6
18+
- 11.7
19+
- 12_beta
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)