mirror of https://github.com/godotengine/godot
CI: Pin Xcode version to 15.3, as default 15.0.1 is broken
Not needed in later Godot branches as we merged workarounds for the 15.0/15.0.1 broken linker, but there's too many commits to track down and backport with care to avoid breaking Xcode 14 support too.
This commit is contained in:
parent
1d979a9e95
commit
3d94d7436a
|
|
@ -35,6 +35,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Xcode
|
||||||
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: '15.3'
|
||||||
|
|
||||||
- name: Setup Godot build cache
|
- name: Setup Godot build cache
|
||||||
uses: ./.github/actions/godot-cache
|
uses: ./.github/actions/godot-cache
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue