Browse Source

fix: iOS release

Tienson Qin 2 tháng trước cách đây
mục cha
commit
c32dadb047
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 }}
       - uses: maxim-lobanov/setup-xcode@v1
         with:
-          xcode-version: 16.1
+          xcode-version: latest-stable
       - name: Install Node.js, NPM and Yarn
         uses: actions/setup-node@v4
         with: