File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
required : true
39
39
matrix_linux_swift_container_image :
40
40
type : string
41
- description : " Container image for the matrix job. Defaults to matching latest Swift 6.1 Amazon Linux 2 image."
42
- default : " swiftlang/ swift:nightly-6.1 -amazonlinux2"
41
+ description : " Container image for the matrix job. Defaults to matching latest Swift 6.2 Amazon Linux 2 image."
42
+ default : " swift:6.2 -amazonlinux2"
43
43
44
44
# # We are cancelling previously triggered workflow runs
45
45
concurrency :
Original file line number Diff line number Diff line change 12
12
license_header_check_project_name : " SwiftAWSLambdaRuntime"
13
13
shell_check_enabled : true
14
14
python_lint_check_enabled : true
15
- api_breakage_check_container_image : " swiftlang/ swift:nightly-6.1-jammy "
16
- docs_check_container_image : " swift:6.0 -noble"
17
- format_check_container_image : " swiftlang/ swift:nightly-6.1-jammy "
15
+ api_breakage_check_container_image : " swift:6.2-noble "
16
+ docs_check_container_image : " swift:6.2 -noble"
17
+ format_check_container_image : " swift:6.2-noble "
18
18
yamllint_check_enabled : true
19
19
20
20
unit-tests :
You can’t perform that action at this time.
0 commit comments