Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h-akatsuki committed Dec 27, 2024
1 parent 722c9ef commit a0f33a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.27.0"
channel: "stable"

- name: Get dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.27.0"
channel: "stable"

- name: Get dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_msix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.1"
flutter-version: "3.27.0"
channel: "stable"

- name: Get dependencies
Expand Down

0 comments on commit a0f33a5

Please sign in to comment.