From 17690a82c04a34265dfcb9cf85424d85c1423cfd Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Mon, 18 May 2026 09:42:13 -0700 Subject: [PATCH] Revert "Disable the nightly-main Windows test job (#897)" This reverts commit 6ea3782fb94216b4eb34b89c23501acf64f818eb. --- .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 57fb9c001..85c388cb8 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\"}, {\"swift_version\": \"nightly-main\"}]" + windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]" 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