File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ jobs:
17
17
linux_os_versions : ' ["amazonlinux2", "jammy"]'
18
18
windows_swift_versions : ' ["nightly-main", "nightly-6.2"]'
19
19
enable_macos_checks : true
20
- macos_exclude_xcode_versions : " [{\" xcode_version\" : \" 16.2\" }, {\" xcode_version\" : \" 16.3\" }]"
20
+ macos_exclude_xcode_versions : " [{\" xcode_version\" : \" 16.2\" }, {\" xcode_version\" : \" 16.3\" }, { \" xcode_version \" : \" 16.4 \" } ]"
21
21
enable_wasm_sdk_build : true
22
22
soundness :
23
23
name : Soundness
24
24
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
25
25
with :
26
26
license_header_check_project_name : " Swift"
27
27
docs_check_container_image : " swift:6.2-noble"
28
+ docs_check_additional_arguments : " --emit-digest"
28
29
format_check_enabled : false
29
30
api_breakage_check_enabled : false
You can’t perform that action at this time.
0 commit comments