Skip to content

Commit

Permalink
Update machine size.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeilaWang committed Mar 2, 2023
1 parent 9f522ce commit f9e3faf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
yarn-project-base:
machine:
image: ubuntu-2004:202010-01
resource_class: small
resource_class: large
steps:
- *checkout
- *setup_env
Expand All @@ -78,7 +78,7 @@ jobs:
aztec-js:
machine:
image: ubuntu-2004:202010-01
resource_class: small
resource_class: large
steps:
- *checkout
- *setup_env
Expand All @@ -89,7 +89,7 @@ jobs:
end-to-end:
machine:
image: ubuntu-2004:202010-01
resource_class: small
resource_class: large
steps:
- *checkout
- *setup_env
Expand Down

0 comments on commit f9e3faf

Please sign in to comment.