Skip to content

Commit 5310c2b

Browse files
committed
Remove Xcode 12 from CI until ReactiveSwift can be built with it :(
1 parent ab1ddd7 commit 5310c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
xcode:
1717
- 11.4
1818
- 11.7
19-
- 12.0
19+
# - 12.0
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Select Xcode ${{ matrix.xcode }}

0 commit comments

Comments
 (0)