Skip to content

Commit

Permalink
Merge pull request #1201 from metacpan/oalders/faster-ci
Browse files Browse the repository at this point in the history
Switch CircleCI resource class from medium to large
  • Loading branch information
mickeyn authored Apr 28, 2024
2 parents 132a765 + 7f3f1ae commit 29aef23
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 @@ -8,7 +8,7 @@ workflows:
jobs:
build-and-test:
machine: true
resource_class: medium
resource_class: large
steps:
- run:
name: docker-compose version
Expand Down

0 comments on commit 29aef23

Please sign in to comment.