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 8daf9e5 commit 731fdc8Copy full SHA for 731fdc8
.github/workflows/pull_request.yml
@@ -11,8 +11,8 @@ jobs:
11
with:
12
license_header_check_project_name: "SwiftAWSLambdaRuntime"
13
shell_check_enabled: false
14
- api_breakage_check_container_image: "swiftlang/swift:nightly-6.0-jammy"
15
- docs_check_container_image: "swiftlang/swift:nightly-6.0-jammy"
+ api_breakage_check_container_image: "swift:6.0-noble"
+ docs_check_container_image: "swift:6.0-noble"
16
17
unit-tests:
18
name: Unit tests
0 commit comments