From e56be8717d9f7a2d6597b94a86c5784be05d1948 Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Fri, 15 May 2026 09:48:47 +0100 Subject: [PATCH] Migrate `nightly_6_*` inputs to `nightly_next` Motivation * The `linux_nightly_6_0/6_1` and `windows_nightly_6_1` inputs in the shared workflows are deprecated. `nightly_6_1` is aliased to `nightly_next` and `nightly_6_0` no longer runs. Modifications * Rename all `nightly_6_*` references to `nightly_next`. Result * Uses the canonical input names, no longer references deprecated inputs. --- .github/workflows/main.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73e06e0..6622d7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" windows_6_0_enabled: false windows_6_1_enabled: false - windows_nightly_6_1_enabled: false + windows_nightly_next_enabled: false windows_nightly_main_enabled: false macos-tests: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 836af88..a4147b8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,7 +19,7 @@ jobs: with: linux_nightly_next_enabled: false linux_nightly_main_arguments_override: "--explicit-target-dependency-import-check error -Xswiftc -require-explicit-sendable" - windows_nightly_6_1_enabled: false + windows_nightly_next_enabled: false windows_nightly_main_enabled: false macos-tests: