Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 051a4dc

Browse files
committed
Use official Swift 5.2 container for CI
1 parent 62dd89e commit 051a4dc

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
container:
21-
image: swiftlang/swift:5.2
21+
image: swift:5.2
2222

2323
steps:
2424
- name: Checkout

0 commit comments

Comments
 (0)