Skip to content

Commit cac9f05

Browse files
authored
Use official 5.2 image (#37)
1 parent 9df1fb4 commit cac9f05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
images:
1717
- swift:5.1
18-
- swiftlang/swift:nightly-5.2
18+
- swift:5.2
1919
container:
2020
image: ${{ matrix.images }}
2121
volumes:
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
images:
4444
- swift:5.1
45-
- swiftlang/swift:nightly-5.2
45+
- swift:5.2
4646
container:
4747
image: ${{ matrix.images }}
4848
volumes:
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
images:
6868
- swift:5.1
69-
- swiftlang/swift:nightly-5.2
69+
- swift:5.2
7070
container:
7171
image: ${{ matrix.images }}
7272
volumes:

0 commit comments

Comments
 (0)