Skip to content

Commit 851ce46

Browse files
authored
Update ios.yml
1 parent e8c723c commit 851ce46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Set up Flutter
1717
uses: subosito/flutter-action@v2
1818
with:
19-
flutter-version: '2.5.3'
20-
architecture: 'x86_64' # استخدام معمارية x86_64
19+
flutter-version: '3.22.2' # استخدام الإصدار الحالي
20+
channel: 'beta' # التبديل إلى قناة beta
2121

2222
- name: Install dependencies
2323
run: flutter pub get

0 commit comments

Comments
 (0)