You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Build: Update to Xcode 26.0.1 for Apple builds
This commit is contained in:
5
.github/workflows/ios_builds.yml
vendored
5
.github/workflows/ios_builds.yml
vendored
@@ -12,6 +12,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ios-template:
|
ios-template:
|
||||||
|
# From https://docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/choose-the-runner-for-a-job#choosing-github-hosted-runners
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
name: Template (target=template_release)
|
name: Template (target=template_release)
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
@@ -22,6 +23,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
# From https://github.com/actions/runner-images/blob/main/images/macos
|
||||||
|
- name: Select Xcode 26
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_26.0.1.app
|
||||||
|
|
||||||
- name: Restore Godot build cache
|
- name: Restore Godot build cache
|
||||||
uses: ./.github/actions/godot-cache-restore
|
uses: ./.github/actions/godot-cache-restore
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
6
.github/workflows/macos_builds.yml
vendored
6
.github/workflows/macos_builds.yml
vendored
@@ -11,6 +11,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-macos:
|
build-macos:
|
||||||
|
# From https://docs.github.com/en/actions/how-tos/write-workflows/choose-where-workflows-run/choose-the-runner-for-a-job#choosing-github-hosted-runners
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
@@ -35,8 +36,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Select Xcode 16
|
# From https://github.com/actions/runner-images/blob/main/images/macos
|
||||||
run: sudo xcode-select -s /Applications/Xcode_16.2.app
|
- name: Select Xcode 26
|
||||||
|
run: sudo xcode-select -s /Applications/Xcode_26.0.1.app
|
||||||
|
|
||||||
- name: Restore Godot build cache
|
- name: Restore Godot build cache
|
||||||
uses: ./.github/actions/godot-cache-restore
|
uses: ./.github/actions/godot-cache-restore
|
||||||
|
|||||||
Reference in New Issue
Block a user