From 55eda81316bf5e82e514f86664c15857a9dbbd9f Mon Sep 17 00:00:00 2001 From: Fabian Boemer Date: Wed, 1 Oct 2025 09:16:12 -0700 Subject: [PATCH] Use swift:6.1-noble for documentation check --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d870497..441a22ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,14 +24,16 @@ jobs: with: # https://github.com/swiftlang/swift-package-manager/issues/8103 api_breakage_check_enabled: false + # swift:6.2-noble leads to issues with Snippets + # e.g. https://github.com/apple/swift-homomorphic-encryption/actions/runs/18144503507/job/51643132814#step:5:1087 + docs_check_container_image: swift:6.1-noble format_check_enabled: false tests: name: swifttests uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main with: enable_windows_checks: false - # TODO: remove 5.8 after https://github.com/swiftlang/github-workflows/pull/107 - linux_exclude_swift_versions: "[{\"swift_version\": \"5.8\"}, {\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]" + linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]" linux_pre_build_command: "apt-get update && apt-get install -y libjemalloc-dev" linux_build_command: > swift test --configuration release;