Skip to content

Commit

Permalink
use larger workers
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmc committed Sep 17, 2024
1 parent 0181fd0 commit 085bb4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
},
"node": "20.15.1",
"ios": {
"resourceClass": "large",
"cocoapods": "1.14.3"
}
},
Expand All @@ -87,6 +88,7 @@
},
"node": "20.15.1",
"ios": {
"resourceClass": "large",
"cocoapods": "1.14.3"
}
},
Expand All @@ -99,6 +101,9 @@
"node": "20.15.1",
"ios": {
"cocoapods": "1.14.3"
},
"android": {
"resourceClass": "large"
}
},
"production-android-internal": {
Expand All @@ -108,6 +113,9 @@
"node": "20.15.1",
"ios": {
"cocoapods": "1.14.3"
},
"android": {
"resourceClass": "large"
}
}
},
Expand Down

0 comments on commit 085bb4a

Please sign in to comment.