Skip to content

Commit

Permalink
ci: fix swift 6 docker img ref
Browse files Browse the repository at this point in the history
  • Loading branch information
alephao committed Sep 18, 2024
1 parent 31e36de commit b14716d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
image: ["swift:5.8", "swift:5.9", "swift:5.10", "swiftlang/swift:6.0-jammy"]
image: ["swift:5.8", "swift:5.9", "swift:5.10", "swift:6.0-jammy"]

container:
image: ${{ matrix.image }}
Expand Down

0 comments on commit b14716d

Please sign in to comment.