Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit dc60cd0

Browse files
committed
Run CI on Swift 5.2 nightly
1 parent db025ec commit dc60cd0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ jobs:
1515
linux:
1616
runs-on: ubuntu-latest
1717

18-
strategy:
19-
matrix:
20-
swift: ["5.1"]
21-
2218
container:
23-
image: swift:${{ matrix.swift }}
19+
image: swiftlang/swift:nightly-5.2-xenial
2420

2521
steps:
2622
- name: Checkout

0 commit comments

Comments
 (0)