Skip to content

Commit 0f5ce60

Browse files
committed
use latest alias to fetch the latest version
1 parent 9c89ff2 commit 0f5ce60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
required: true
1818
matrix_linux_swift_container_image:
1919
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"
20+
description: "Container image for the matrix job. Defaults to matching latest Swift Ubuntu image."
21+
default: "swift:latest"
2222

2323
## We are cancelling previously triggered workflow runs
2424
concurrency:

0 commit comments

Comments
 (0)