From 62d6fa8891b47307b51a7232a781045c6bfcb32b Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 1 Apr 2026 09:58:38 -0700 Subject: [PATCH] Update default Xcode versions in workflow to 16.4, 26.3, and 26.4 --- .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 c11f58a8..9f59e8b0 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -9,7 +9,7 @@ on: macos_xcode_versions: type: string description: "Xcode version list (JSON)" - default: "[\"16.3\", \"16.4\", \"26.3\", \"26.4.b2\"]" + default: "[\"16.4\", \"26.3\", \"26.4\"]" macos_exclude_xcode_versions: type: string description: "Exclude Xcode version list (JSON)"