Skip to content

Commit

Permalink
Swift 5.10 base images
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Feb 13, 2024
1 parent ebd6faf commit 6690153
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 6690153

Please sign in to comment.