Skip to content

Commit

Permalink
chore: upgrade flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Dec 30, 2023
1 parent 310e7ed commit 47dcb99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- "*"

env:
FLUTTER_VERSION: "3.13.9"
RUST_TOOLCHAIN: "1.70"
FLUTTER_VERSION: "3.18.0-0.2.pre"
RUST_TOOLCHAIN: "1.75"

jobs:
prepare:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
channel: "beta"
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Install Rust toolchain
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
channel: "beta"
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Install Rust toolchain
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"
channel: "beta"
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Install Rust toolchain
Expand Down

0 comments on commit 47dcb99

Please sign in to comment.