cd: upgrade xcode

This commit is contained in:
Kingkor Roy Tirtho 2024-12-16 20:39:29 +06:00
parent bd44badc2b
commit 06c18cd916

View File

@ -87,6 +87,12 @@ jobs:
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@stable
with: with:
toolchain: stable toolchain: stable
- name: Install Xcode
if: ${{matrix.platform == 'ios'}}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '16.2'
- name: Install ${{matrix.platform}} dependencies - name: Install ${{matrix.platform}} dependencies
run: | run: |