This commit is contained in:
Forrest 2026-07-29 15:30:43 -04:00
parent d1cab09a4f
commit fc22d11df1

View file

@ -29,7 +29,10 @@ workflows:
# ---------------------------------------------------------------------------
android:
name: Android (APK + AAB)
instance_type: linux_x2
# mac_mini_m1 is the free-tier / most widely available instance and builds
# Android fine. If your plan includes Linux, `linux_x2` is cheaper/faster
# for Android-only builds.
instance_type: mac_mini_m1
max_build_duration: 60
environment:
flutter: 3.44.8
@ -79,7 +82,7 @@ workflows:
# ---------------------------------------------------------------------------
ios:
name: iOS (unsigned build)
instance_type: mac_mini_m2
instance_type: mac_mini_m1
max_build_duration: 60
environment:
flutter: 3.44.8