Fix: Update Xcode to 16.0 (minimum available on GitHub Actions)

This commit is contained in:
2026-07-02 01:36:33 +08:00
parent 91b6620347
commit 839a1627fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
xcode-version: '16.0'
- name: Show Xcode version
run: |