diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3fc9d10..3b9f5cf 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -20,7 +20,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.10' + flutter-version: '3.7.5' channel: 'stable' - name: Build Linux @@ -47,7 +47,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.10' + flutter-version: '3.7.5' channel: 'stable' - name: Build Android apps @@ -74,7 +74,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.10' + flutter-version: '3.7.5' channel: 'stable' - name: Build Windows @@ -100,7 +100,7 @@ jobs: # - name: Setup flutter # uses: subosito/flutter-action@v2 # with: - # flutter-version: '3.3.10' + # flutter-version: '3.7.5' # channel: 'stable' # - name: Build MacOS