Skip to content

Commit

Permalink
ci: use large resource class for Linux builds (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Dec 13, 2024
1 parent 03e5510 commit 73dc55e
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 @@ -147,7 +147,7 @@ jobs:
type: enum
enum: [ 'x64', 'arm64','armv7l' ]
executor: node/linux
resource_class: medium+
resource_class: large
steps:
- run: sudo apt-get update && sudo apt install rpm squashfs-tools
- install
Expand Down

0 comments on commit 73dc55e

Please sign in to comment.