From e1ec0ed754ea22c551a0434c67e95df354474aca Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 10 Sep 2025 00:57:04 -0700 Subject: [PATCH] Add support for Xcode 26 beta 6 --- .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 357943ef..d3ba7a4e 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -6,7 +6,7 @@ on: macos_xcode_versions: type: string description: "Xcode version list (JSON)" - default: "[\"16.2\", \"16.3\"]" + default: "[\"16.2\", \"16.3\", \"26.b6\"]" macos_exclude_xcode_versions: type: string description: "Exclude Xcode version list (JSON)"