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
|
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 ──────────────────────────────
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ on:
|
|||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLUTTER_VERSION: "3.41.x"
|
FLUTTER_VERSION: "stable"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# ── Lint (gate) ─────────────────────────────────────────────
|
# ── Lint (gate) ─────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user