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;