From 4eb72a32ce58845c9cc710e5146cbb257f6218c0 Mon Sep 17 00:00:00 2001 From: Nate Cook Date: Fri, 8 May 2026 09:50:26 -0500 Subject: [PATCH] Disable the nightly-main Windows test job Failing for reasons unknown; tracked in #896. --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 85c388cb8..57fb9c001 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,7 +29,7 @@ jobs: uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.11 with: linux_swift_versions: "[ \"6.0\", \"6.1\", \"6.2\", \"nightly-main\", \"nightly-6.3\"]" - windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]" + windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"nightly-main\"}]" enable_macos_checks: true macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}, {\"xcode_version\": \"16.2\"}]" enable_wasm_sdk_build: true