Browse Source

debug xcode runtime

Tienson Qin 5 months ago
parent
commit
2cfa73efde
1 changed files with 8 additions and 1 deletions
  1. 8 1
      .github/workflows/build-ios-release.yml

+ 8 - 1
.github/workflows/build-ios-release.yml

@@ -25,7 +25,13 @@ jobs:
           ref: ${{ github.event.inputs.git-ref }}
       - uses: maxim-lobanov/setup-xcode@v1
         with:
-          xcode-version: '26.0.0'
+          xcode-version: 16.4
+      - name: Show runtimes
+        run: |
+          xcrun simctl list > /dev/null
+      - name: Install iOS platform
+        run: |
+          xcodebuild -downloadPlatform iOS -buildVersion 18.6
       - name: Install Node.js, NPM and Yarn
         uses: actions/setup-node@v4
         with:
@@ -83,3 +89,4 @@ jobs:
         with:
           name: static
           path: static
+          retention-days: 3