fix(ci): use 'stable' for Flutter version instead of non-existent 3.41.x
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:
@@ -16,7 +16,7 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: "3.41.x"
|
||||
FLUTTER_VERSION: "stable"
|
||||
|
||||
jobs:
|
||||
# ── Stage 1: Lint & static analysis ──────────────────────────────
|
||||
|
||||
@@ -10,7 +10,7 @@ on:
|
||||
- "v*"
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: "3.41.x"
|
||||
FLUTTER_VERSION: "stable"
|
||||
|
||||
jobs:
|
||||
# ── Lint (gate) ─────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user