From f8bfeb0ec6a0982b7a1a7e8be979da1d04b34a88 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:34:08 +0100 Subject: [PATCH] fix: use stable Flutter channel for arm64 builds --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cbe778d..4b90fda0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -360,7 +360,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - channel: "master" + channel: "stable" cache: true - name: Cache Pub dependencies @@ -587,7 +587,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - channel: "master" + channel: "stable" cache: true - name: Cache Pub dependencies