Skip to content

Commit f2ce13b

Browse files
Merge pull request #472 from Instabug/ci-change-android-machine-tag-version
ci: change android machine tag version
2 parents d8017cd + 8aa817c commit f2ce13b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
android: circleci/[email protected]
5-
flutter: circleci/[email protected].2
5+
flutter: circleci/[email protected].4
66
node: circleci/[email protected]
77
advanced-checkout: vsco/[email protected]
88

@@ -142,7 +142,7 @@ jobs:
142142
executor:
143143
name: android/android-machine
144144
resource-class: xlarge
145-
tag: default
145+
tag: 2024.01.1
146146
steps:
147147
- advanced-checkout/shallow-checkout
148148
- setup_flutter
@@ -154,7 +154,7 @@ jobs:
154154
executor:
155155
name: android/android-machine
156156
resource-class: xlarge
157-
tag: default
157+
tag: 2024.01.1
158158
steps:
159159
- advanced-checkout/shallow-checkout
160160
- setup_captain:

0 commit comments

Comments
 (0)