From 5ea9077f8a54e84f79dff5a283d29897f6f97141 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Sat, 4 Jul 2026 15:14:41 -0400 Subject: [PATCH] Use Xcode 27 beta 2 version token --- .github/workflows/release.yml | 2 +- .github/workflows/template-validation.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ef2a08..fb2f247 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: xcode_components: '"MetalToolchain"' disk_size: 380 - macos_version: tahoe - xcode_versions: '"26.6","27.0-beta-2","26.5","27-beta","26.4.1","26.3","26.2","26.1.1","26.0.1"' + xcode_versions: '"26.6","27-beta-2","26.5","27-beta","26.4.1","26.3","26.2","26.1.1","26.0.1"' additional_ios_builds: "18.6" additional_tvos_builds: "" xcode_components: '"MetalToolchain"' diff --git a/.github/workflows/template-validation.yml b/.github/workflows/template-validation.yml index 9019384..3a93290 100644 --- a/.github/workflows/template-validation.yml +++ b/.github/workflows/template-validation.yml @@ -232,7 +232,7 @@ jobs: matrix: include: - macos_version: tahoe - xcode_versions: '"26.6","27.0-beta-2","26.5","27-beta","26.4.1","26.3","26.2","26.1.1","26.0.1"' + xcode_versions: '"26.6","27-beta-2","26.5","27-beta","26.4.1","26.3","26.2","26.1.1","26.0.1"' additional_ios_builds: "18.6" additional_tvos_builds: "" xcode_components: '"MetalToolchain"' @@ -328,7 +328,7 @@ jobs: candidate="" case "$version" in - 27.0-beta-2) + 27-beta-2) candidate="$HOME/XcodesCache/Xcode_27_beta_2.xip" ;; 27-beta)