Răsfoiți Sursa

use xcode 26.0.0

Tienson Qin 6 luni în urmă
părinte
comite
248fefa13d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/build-ios-release.yml

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

@@ -25,7 +25,7 @@ jobs:
           ref: ${{ github.event.inputs.git-ref }}
           ref: ${{ github.event.inputs.git-ref }}
       - uses: maxim-lobanov/setup-xcode@v1
       - uses: maxim-lobanov/setup-xcode@v1
         with:
         with:
-          xcode-version: '26.0-beta'
+          xcode-version: '26.0.0'
       - name: Install iOS
       - name: Install iOS
         run: xcodebuild -downloadPlatform iOS
         run: xcodebuild -downloadPlatform iOS
       - name: Install Node.js, NPM and Yarn
       - name: Install Node.js, NPM and Yarn