Skip to content

Commit

Permalink
Use Swift 6 nightly for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jun 7, 2024
1 parent d56a0fe commit b7d0f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
swift-test-Linux:
runs-on: ubuntu-latest
container:
image: swift:5.10-jammy
image: swiftlang/swift@sha256:30154112a700a5a95fd1760716bd2040e8b735f54f081a4865823abdec67d17e # swiftlang/swift:nightly-6.0-jammy as of May 26
steps:
- name: Get swift version
run: swift --version
Expand All @@ -41,7 +41,7 @@ jobs:
end-to-end-test-Linux:
runs-on: ubuntu-latest
container:
image: swift:5.10-jammy
image: swiftlang/swift@sha256:30154112a700a5a95fd1760716bd2040e8b735f54f081a4865823abdec67d17e # swiftlang/swift:nightly-6.0-jammy as of May 26
steps:
- name: Get swift version
run: swift --version
Expand Down

0 comments on commit b7d0f29

Please sign in to comment.