Skip to content

Commit 92c6014

Browse files
authored
Update swift.yml to use swift:5.3 and not nightly
1 parent ab80773 commit 92c6014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
image: ['swift:5.1', 'swift:5.2', 'swiftlang/swift:nightly-focal']
21+
image: ['swift:5.1', 'swift:5.2', 'swift:5.3']
2222
container:
2323
image: ${{ matrix.image }}
2424
steps:

0 commit comments

Comments
 (0)