Skip to content

Commit

Permalink
upgrade flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 2, 2022
1 parent 29103ea commit 1d22a62
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,31 @@ jobs:
config:
- target: linux
host: ubuntu-latest
flutter_version: '3.1.0'
flutter_version: '3.3.0'
flutter_channel: 'beta'
- target: windows
host: windows-latest
flutter_version: '3.0.5'
flutter_version: '3.3.0'
flutter_channel: 'stable'
- target: macos
host: macos-latest
flutter_version: '3.0.5'
flutter_version: '3.3.0'
flutter_channel: 'stable'
- target: ios
host: macos-latest
flutter_version: '3.0.5'
flutter_version: '3.3.0'
flutter_channel: 'stable'
- target: android-arm32
host: ubuntu-latest
flutter_version: '3.1.0'
flutter_version: '3.3.0'
flutter_channel: 'beta'
- target: android-arm64
host: ubuntu-latest
flutter_version: '3.1.0'
flutter_version: '3.3.0'
flutter_channel: 'beta'
- target: android-x86_64
host: ubuntu-latest
flutter_version: '3.1.0'
flutter_version: '3.3.0'
flutter_channel: 'beta'
- target: android-arm32
host: ubuntu-latest
Expand Down

0 comments on commit 1d22a62

Please sign in to comment.