We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12bed5e commit 807f603Copy full SHA for 807f603
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
swift-test-Linux:
28
runs-on: ubuntu-latest
29
container:
30
- image: swift:6.1-jammy
+ image: swiftlang/swift@sha256:c40cd00d376c8a06fd4769cadd6d6cfa7c205275437b795b564ecea3d8b8f913 # swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-30-a
31
steps:
32
- name: Get swift version
33
run: swift --version
@@ -41,7 +41,7 @@ jobs:
41
end-to-end-test-Linux:
42
43
44
45
46
47
0 commit comments