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

@ -88,6 +88,12 @@ jobs:
with:
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
run: |
flutter pub get