From 2e5b9b85935de47814f903352c58b838a5e99103 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 20 Jan 2026 21:56:26 -0800 Subject: [PATCH 1/2] Update default macOS to Tahoe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swiftlang’s self-hosted runners are now running on Tahoe. --- .github/workflows/soundness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/soundness.yml b/.github/workflows/soundness.yml index 73d7e432..c1b7b59a 100644 --- a/.github/workflows/soundness.yml +++ b/.github/workflows/soundness.yml @@ -38,7 +38,7 @@ on: docs_check_macos_version: type: string description: "macOS version for the macOS docs check job." - default: "sequoia" + default: "tahoe" docs_check_macos_arch: type: string description: "macOS arch for the macOS docs check job." From 56885d8c7cf6c611f4e4b8a3b0340738c1cc087f Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 20 Jan 2026 22:35:35 -0800 Subject: [PATCH 2/2] Update the swift_package_test.yml workflows to use Tahoe --- .github/workflows/swift_package_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swift_package_test.yml b/.github/workflows/swift_package_test.yml index e9076fbb..3407e6cd 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -17,7 +17,7 @@ on: macos_versions: type: string description: "macOS version list (JSON)" - default: "[\"sequoia\"]" + default: "[\"tahoe\"]" macos_archs: type: string description: "macOS arch list (JSON)"