yaml fix
This commit is contained in:
parent
d1cab09a4f
commit
fc22d11df1
1 changed files with 5 additions and 2 deletions
|
|
@ -29,7 +29,10 @@ workflows:
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
android:
|
android:
|
||||||
name: Android (APK + AAB)
|
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
|
max_build_duration: 60
|
||||||
environment:
|
environment:
|
||||||
flutter: 3.44.8
|
flutter: 3.44.8
|
||||||
|
|
@ -79,7 +82,7 @@ workflows:
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
ios:
|
ios:
|
||||||
name: iOS (unsigned build)
|
name: iOS (unsigned build)
|
||||||
instance_type: mac_mini_m2
|
instance_type: mac_mini_m1
|
||||||
max_build_duration: 60
|
max_build_duration: 60
|
||||||
environment:
|
environment:
|
||||||
flutter: 3.44.8
|
flutter: 3.44.8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue