Fix: Update Xcode version to 15.2

This commit is contained in:
2026-07-01 23:59:34 +08:00
parent 267865c61d
commit 51a30184d7
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.0'
xcode-version: '15.2'
- name: Show Xcode version
run: |
+1 -1
View File
@@ -40,7 +40,7 @@ env:
ANDROID_JDK_VERSION: "11"
# iOS 配置
IOS_XCODE_VERSION: "15.0"
IOS_XCODE_VERSION: "15.2"
IOS_DEPLOYMENT_TARGET: "15.0"
jobs: