ci: bump flutter image to 3.44.0 (Dart 3.12+ for sdk ^3.12.0)
build-apk / build (push) Canceled after 1m6s

This commit is contained in:
2026-08-11 23:41:39 +03:00
parent 5005b4d991
commit a3631bb2cc
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/cirruslabs/flutter:3.38.10
image: ghcr.io/cirruslabs/flutter:3.44.0
steps:
# The cirruslabs/flutter image has no Node.js; actions/checkout and
# actions/upload-artifact are JS actions that need `node` inside the job container.