Skip to content

Commit b14716d

Browse files
committed
ci: fix swift 6 docker img ref
1 parent 31e36de commit b14716d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 5
2020
strategy:
2121
matrix:
22-
image: ["swift:5.8", "swift:5.9", "swift:5.10", "swiftlang/swift:6.0-jammy"]
22+
image: ["swift:5.8", "swift:5.9", "swift:5.10", "swift:6.0-jammy"]
2323

2424
container:
2525
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)