diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index ca15e7b..07dfc97 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -19,7 +19,8 @@ jobs: - name: Install Flutter uses: subosito/flutter-action@v2 with: - flutter-version: 'stable' + channel: 'stable' + flutter-version: '3.24.1' - name: Install dependencies run: flutter pub get