diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6e9b8346..02cdcb91 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.0.x' + flutter-version: '3.10.x' channel: 'stable' - name: Install Flutter dependencies run: flutter pub get @@ -65,7 +65,7 @@ jobs: - name: Run Flutter tasks uses: subosito/flutter-action@v2 with: - flutter-version: '3.0.x' + flutter-version: '3.10.x' channel: 'stable' - run: flutter pub get - run: flutter build ios --release --no-codesign @@ -100,7 +100,7 @@ jobs: # - uses: actions/checkout@v2 # - uses: subosito/flutter-action@v2 # with: -# flutter-version: '3.0.x' +# flutter-version: '3.10.x' # channel: 'stable' # - name: Enable Web # run: flutter config --enable-web @@ -124,7 +124,7 @@ jobs: - name: Run Flutter tasks uses: subosito/flutter-action@v2 with: - flutter-version: '3.0.x' + flutter-version: '3.10.x' channel: 'stable' - name: Enable windows run: flutter config --enable-windows-desktop