diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c271633..6ec76c0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,8 +31,7 @@ jobs: uses: subosito/flutter-action@v2 with: # Define which stable flutter version should be used - flutter-version: "3.23.0-0.1.pre" - channel: "beta" + channel: "stable" # Enables cache for flutter packages # Speed up the process cache: true