File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ jobs:
105105 type : string
106106 executor :
107107 name : android/android-machine
108+ resource-class : xlarge
109+ tag : 2024.01.1
108110 steps :
109111 - advanced-checkout/shallow-checkout
110112 - install_flutter_and_dart_packages :
@@ -190,6 +192,8 @@ jobs:
190192 format_flutter :
191193 executor :
192194 name : android/android-machine
195+ resource-class : xlarge
196+ tag : 2024.01.1
193197 steps :
194198 - advanced-checkout/shallow-checkout
195199 - install_flutter_and_dart_packages :
@@ -201,6 +205,8 @@ jobs:
201205 lint_flutter :
202206 executor :
203207 name : android/android-machine
208+ resource-class : xlarge
209+ tag : 2024.01.1
204210 steps :
205211 - advanced-checkout/shallow-checkout
206212 - install_flutter_and_dart_packages :
@@ -212,6 +218,8 @@ jobs:
212218 verify_pub :
213219 executor :
214220 name : android/android-machine
221+ resource-class : xlarge
222+ tag : 2024.01.1
215223 steps :
216224 - advanced-checkout/shallow-checkout
217225 - install_flutter_and_dart_packages :
@@ -223,7 +231,7 @@ jobs:
223231
224232 release :
225233 macos :
226- xcode : 15.2 .0
234+ xcode : 16.0 .0
227235 resource_class : macos.m1.medium.gen1
228236 working_directory : " ~"
229237 steps :
You can’t perform that action at this time.
0 commit comments