Skip to content

Commit a3d0783

Browse files
committed
Update flutter version
1 parent 062bc4f commit a3d0783

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup flutter
2121
uses: subosito/flutter-action@v2
2222
with:
23-
flutter-version: '3.3.10'
23+
flutter-version: '3.7.5'
2424
channel: 'stable'
2525

2626
- name: Build Linux
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup flutter
4848
uses: subosito/flutter-action@v2
4949
with:
50-
flutter-version: '3.3.10'
50+
flutter-version: '3.7.5'
5151
channel: 'stable'
5252

5353
- name: Build Android apps
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup flutter
7575
uses: subosito/flutter-action@v2
7676
with:
77-
flutter-version: '3.3.10'
77+
flutter-version: '3.7.5'
7878
channel: 'stable'
7979

8080
- name: Build Windows
@@ -100,7 +100,7 @@ jobs:
100100
# - name: Setup flutter
101101
# uses: subosito/flutter-action@v2
102102
# with:
103-
# flutter-version: '3.3.10'
103+
# flutter-version: '3.7.5'
104104
# channel: 'stable'
105105

106106
# - name: Build MacOS

0 commit comments

Comments
 (0)