From 56a800487a9959d7e104c53244c039ec7fc80e00 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 26 Jun 2026 13:41:56 -0700 Subject: [PATCH] Update default Xcode versions in workflow to Xcode 27 Beta 2 Added Xcode version '27.b2' to the default list. --- .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 e8a7905c..b430c90c 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.4\", \"26.3\", \"26.4\"]" + default: "[\"16.4\", \"26.3\", \"26.4\", \"27.b2\"]" macos_exclude_xcode_versions: type: string description: "Exclude Xcode version list (JSON)"