Skip to content

Commit 5196651

Browse files
committed
[ci] uses Swift 6.2 container images for the CI
1 parent 9e33a8b commit 5196651

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ on:
3838
required: true
3939
matrix_linux_swift_container_image:
4040
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"
4343

4444
## We are cancelling previously triggered workflow runs
4545
concurrency:

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
license_header_check_project_name: "SwiftAWSLambdaRuntime"
1313
shell_check_enabled: true
1414
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"
1818
yamllint_check_enabled: true
1919

2020
unit-tests:

0 commit comments

Comments
 (0)