We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf02bce commit 8576867Copy full SHA for 8576867
.github/workflows/integration_tests.yml
@@ -38,8 +38,8 @@ on:
38
required: true
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: "swiftlang/swift:nightly-6.1-jammy"
+ description: "Container image for the matrix job. Defaults to matching latest Swift 6.1 Amazon Linux 2 image."
+ default: "swiftlang/swift:nightly-6.1-amazonlinux2"
43
44
## We are cancelling previously triggered workflow runs
45
concurrency:
0 commit comments