fix(ci): use 'stable' for Flutter version instead of non-existent 3.41.x
CI / Lint (pull_request) Failing after 7s
CI / Test (pull_request) Skipped
CI / Build Android (pull_request) Skipped
CI / Build iOS (pull_request) Skipped

The Mac runner cannot resolve Flutter 3.41.x (does not exist). Switch
to 'stable' so the subosito/flutter-action always picks the latest
stable release regardless of runner architecture.
This commit is contained in:
robot
2026-08-02 04:49:58 +00:00
parent 4ee9c7c2f1
commit f14ee1b755
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
env: env:
FLUTTER_VERSION: "3.41.x" FLUTTER_VERSION: "stable"
jobs: jobs:
# ── Stage 1: Lint & static analysis ────────────────────────────── # ── Stage 1: Lint & static analysis ──────────────────────────────
+1 -1
View File
@@ -10,7 +10,7 @@ on:
- "v*" - "v*"
env: env:
FLUTTER_VERSION: "3.41.x" FLUTTER_VERSION: "stable"
jobs: jobs:
# ── Lint (gate) ───────────────────────────────────────────── # ── Lint (gate) ─────────────────────────────────────────────