From 13851c8fd73d080b1da434b3926c7d7ddbd144ee Mon Sep 17 00:00:00 2001 From: Mariusz Klochowicz Date: Thu, 2 Oct 2025 14:32:39 +0930 Subject: [PATCH] chore: bump Xcode version (#10499) Use latest Xcode 26.0, which is now officially available on the same macos-15 runner. --- .github/workflows/_swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_swift.yml b/.github/workflows/_swift.yml index f3effa90c..9b8f0f7c9 100644 --- a/.github/workflows/_swift.yml +++ b/.github/workflows/_swift.yml @@ -28,7 +28,7 @@ jobs: needs: update-release-draft runs-on: macos-15 env: - XCODE_MAJOR: 16 + XCODE_MAJOR: 26 permissions: contents: write # for attaching the build artifacts to the release id-token: write