From 13a4cde98ceb2c75f366ad0e39c714c80a0b2e10 Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Mon, 2 Mar 2026 18:58:09 +0100 Subject: [PATCH] Update XCode --- .github/actions/setup-xcode/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-xcode/action.yml b/.github/actions/setup-xcode/action.yml index 409fd8cdfa85f..9a1f6b63bcee8 100644 --- a/.github/actions/setup-xcode/action.yml +++ b/.github/actions/setup-xcode/action.yml @@ -9,7 +9,7 @@ runs: - name: Setup Xcode version shell: bash run: | - sudo xcode-select -s /Applications/Xcode_16.4.app + sudo xcode-select -s /Applications/Xcode_26.3.app /usr/bin/xcodebuild -version - name: Cache Xcode DerivedData