Tienson Qin před 6 měsíci
rodič
revize
54baa3dbcf
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4 2
      .github/workflows/build-ios-release.yml

+ 4 - 2
.github/workflows/build-ios-release.yml

@@ -17,13 +17,15 @@ env:
 
 
 jobs:
 jobs:
   build-app:
   build-app:
-    runs-on: macos-14
+    runs-on: macos-15
     steps:
     steps:
       - name: Check out Git repository
       - name: Check out Git repository
         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c  # v3.3.0
         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c  # v3.3.0
         with:
         with:
           ref: ${{ github.event.inputs.git-ref }}
           ref: ${{ github.event.inputs.git-ref }}
-
+      - uses: maxim-lobanov/setup-xcode@v1
+        with:
+          xcode-version: 16.1
       - name: Install Node.js, NPM and Yarn
       - name: Install Node.js, NPM and Yarn
         uses: actions/setup-node@v3
         uses: actions/setup-node@v3
         with:
         with: