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:
105
105
type : string
106
106
executor :
107
107
name : android/android-machine
108
+ resource-class : xlarge
109
+ tag : 2024.01.1
108
110
steps :
109
111
- advanced-checkout/shallow-checkout
110
112
- install_flutter_and_dart_packages :
@@ -190,6 +192,8 @@ jobs:
190
192
format_flutter :
191
193
executor :
192
194
name : android/android-machine
195
+ resource-class : xlarge
196
+ tag : 2024.01.1
193
197
steps :
194
198
- advanced-checkout/shallow-checkout
195
199
- install_flutter_and_dart_packages :
@@ -201,6 +205,8 @@ jobs:
201
205
lint_flutter :
202
206
executor :
203
207
name : android/android-machine
208
+ resource-class : xlarge
209
+ tag : 2024.01.1
204
210
steps :
205
211
- advanced-checkout/shallow-checkout
206
212
- install_flutter_and_dart_packages :
@@ -212,6 +218,8 @@ jobs:
212
218
verify_pub :
213
219
executor :
214
220
name : android/android-machine
221
+ resource-class : xlarge
222
+ tag : 2024.01.1
215
223
steps :
216
224
- advanced-checkout/shallow-checkout
217
225
- install_flutter_and_dart_packages :
@@ -223,7 +231,7 @@ jobs:
223
231
224
232
release :
225
233
macos :
226
- xcode : 15.2 .0
234
+ xcode : 16.0 .0
227
235
resource_class : macos.m1.medium.gen1
228
236
working_directory : " ~"
229
237
steps :
You can’t perform that action at this time.
0 commit comments