From bd6f4c939698d9c79525057aa776085a6bcc1414 Mon Sep 17 00:00:00 2001 From: Aryan Shah Date: Thu, 18 Jun 2026 16:53:27 +0100 Subject: [PATCH] Use Swift 6.4 image for soundness CI checks --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fff8510..88fcd38 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,8 +12,8 @@ jobs: name: Soundness uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.11 with: - api_breakage_check_container_image: "swiftlang/swift:nightly-main-noble" - format_check_container_image: "swiftlang/swift:nightly-main-noble" + api_breakage_check_container_image: "swiftlang/swift:nightly-6.4.x-noble" + format_check_container_image: "swiftlang/swift:nightly-6.4.x-noble" license_header_check_project_name: "Swift HTTP Server" unit-tests: