Skip to content

Commit

Permalink
ci: use larger resource class for Linux builds (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Sep 21, 2023
1 parent f3eb3bc commit dfcc8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
type: enum
enum: [ 'x64', 'arm64','armv7l' ]
executor: node/linux
resource_class: medium+
steps:
- run: sudo apt-get update && sudo apt install rpm squashfs-tools
- install
Expand Down

0 comments on commit dfcc8df

Please sign in to comment.