We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789792a commit 3403c59Copy full SHA for 3403c59
.github/workflows/integration_tests.yml
@@ -39,7 +39,7 @@ on:
39
matrix_linux_swift_container_image:
40
type: string
41
description: "Container image for the matrix job. Defaults to matching latest Swift Ubuntu image."
42
- default: "swift:amazonlinux2"
+ default: "swiftlang/swift:nightly-6.1-jammy"
43
44
## We are cancelling previously triggered workflow runs
45
concurrency:
0 commit comments