Revert "CI: Pin Xcode version to 15.3, as default 15.0.1 is broken"

This reverts commit 3d94d7436a.

The default changed and 15.3 is no longer available on GHA.
This commit is contained in:
Rémi Verschelde 2025-10-28 22:34:11 +01:00
parent 06a0eface3
commit ea2e40ec89
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -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: