From 66628cd97668a2c87ad731aa9843a18f4b2c60d4 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 19 Sep 2025 15:34:02 -0700 Subject: [PATCH] Drop Xcode 16.2 and 26.b6. Add Xcode 26.0 --- .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 728a6d4..524d5ca 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\", \"26.b6\"]" + default: "[\"16.3\", \"16.4\", \"26.0\"]" macos_exclude_xcode_versions: type: string description: "Exclude Xcode version list (JSON)"