Skip to content

Commit

Permalink
Merge pull request #61 from SwiftPackageIndex/swift-5.10
Browse files Browse the repository at this point in the history
Swift 5.10 base images
  • Loading branch information
finestructure committed Feb 13, 2024
2 parents ebd6faf + 6690153 commit 969af98
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.9-jammy
image: swiftlang/swift@sha256:0cc4c5d0a11bcd52476787883c662ce295a6b90d477156660918401f9ed98469 # swiftlang/swift:nightly-5.10-jammy
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.9-jammy
image: swiftlang/swift@sha256:0cc4c5d0a11bcd52476787883c662ce295a6b90d477156660918401f9ed98469 # swiftlang/swift:nightly-5.10-jammy
steps:
- name: Get swift version
run: swift --version
Expand Down

0 comments on commit 969af98

Please sign in to comment.