Skip to content

Commit d2b5eab

Browse files
committed
wip: Update build workflow
1 parent 7cc4386 commit d2b5eab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
liberapay: lijy91
1+
github: lijy91

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: subosito/flutter-action@v2
1515
with:
1616
channel: stable
17-
flutter-version: 3.19.6
17+
flutter-version: 3.22.2
1818
- run: |
1919
sudo apt-get update -y
2020
sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb
@@ -28,7 +28,7 @@ jobs:
2828
- uses: subosito/flutter-action@v2
2929
with:
3030
channel: stable
31-
flutter-version: 3.19.6
31+
flutter-version: 3.22.2
3232
- run: flutter config --enable-macos-desktop
3333
- run: cd example && flutter build macos -v
3434
# Blocked by https://github.com/flutter/flutter/issues/118469
@@ -40,6 +40,6 @@ jobs:
4040
- uses: subosito/flutter-action@v2
4141
with:
4242
channel: stable
43-
flutter-version: 3.19.6
43+
flutter-version: 3.22.2
4444
- run: cd example && flutter build windows -v
4545
- run: cd example && flutter test integration_test -v

0 commit comments

Comments
 (0)