Fix build issue by upgrading xcode?

This commit is contained in:
Huge_Black
2026-04-04 11:43:37 +08:00
parent e8983570a9
commit 195dda6bb6

View File

@@ -80,7 +80,7 @@ jobs:
if: steps.build_gate.outputs.should_skip != 'true' if: steps.build_gate.outputs.should_skip != 'true'
uses: maxim-lobanov/setup-xcode@v1.6.0 uses: maxim-lobanov/setup-xcode@v1.6.0
with: with:
xcode-version: "26.2" xcode-version: "26.4"
- name: Restore Cache (exact) - name: Restore Cache (exact)
if: steps.build_gate.outputs.should_skip != 'true' if: steps.build_gate.outputs.should_skip != 'true'