Skip to content

Commit

Permalink
fix(ci): Use larger ci instance
Browse files Browse the repository at this point in the history
Signed-off-by: Ben LeFevre <blefevre@users.noreply.github.com>
  • Loading branch information
blefevre authored and petermetz committed Mar 1, 2020
1 parent d981d59 commit 0951edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
CI_CONTAINERS_WAIT_TIME: 60
machine:
image: ubuntu-1604:201903-01
resource_class: large
resource_class: xlarge
steps:
- checkout # check out source code to working directory
- run:
Expand Down

0 comments on commit 0951edd

Please sign in to comment.