diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index 3d77fa22d4a..9af20f422a0 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -35,6 +35,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Setup Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.3' + - name: Setup Godot build cache uses: ./.github/actions/godot-cache with: