From ea2e40ec8968d0c531e6195ebec4a311dcbc46ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 28 Oct 2025 22:34:11 +0100 Subject: [PATCH] Revert "CI: Pin Xcode version to 15.3, as default 15.0.1 is broken" This reverts commit 3d94d7436a4bc45b3109d04ae1efb96df837d172. The default changed and 15.3 is no longer available on GHA. --- .github/workflows/macos_builds.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index 71d4e33c0cf..397e41c1ab3 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -39,11 +39,6 @@ jobs: with: submodules: recursive - - name: Setup Xcode - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.3' - - name: Restore Godot build cache uses: ./.github/actions/godot-cache-restore with: