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 9c89ff2 commit 0f5ce60Copy full SHA for 0f5ce60
.github/workflows/examples_matrix.yml
@@ -17,8 +17,8 @@ on:
17
required: true
18
matrix_linux_swift_container_image:
19
type: string
20
- description: "Container image for the 6.0 Swift version matrix job. Defaults to matching latest Swift Ubuntu image."
21
- default: "swift:6.0.1-noble"
+ description: "Container image for the matrix job. Defaults to matching latest Swift Ubuntu image."
+ default: "swift:latest"
22
23
## We are cancelling previously triggered workflow runs
24
concurrency:
0 commit comments