From ffca6ca106c6f270aa59169d487aa7bd155b96df Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Mon, 15 Dec 2025 16:20:17 -0800 Subject: [PATCH] Don't test with swift-5.x in Publish Release workflow swift-format only supports 6.x+ toolchains --- .github/workflows/publish_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 5304f0d4..66665139 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -102,6 +102,8 @@ jobs: matrix: release: [true, false] with: + linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]" + windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]" linux_pre_build_command: | git config --global --add safe.directory "$(realpath .)" git config --local user.name 'swift-ci'