From 1c55caed0a9524f1a7d817b027b6777453b0d102 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:01:34 -0300 Subject: [PATCH] Align xcode versions --- .github/workflows/desktop-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 57e3a929f..90fc34598 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -247,14 +247,14 @@ jobs: - target: 15 soc: Apple os: macos-15 - xcode: "16.2" + xcode: "16.4" type: Release make_package: 1 - target: 15 soc: Apple os: macos-15 - xcode: "16.2" + xcode: "16.4" type: Debug name: macOS ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}