Skip to content

Commit

Permalink
Revert back to medium VM for Linux aarch64.
Browse files Browse the repository at this point in the history
Needed `large` for #51214

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 8, 2024
1 parent a60c239 commit 57ed9c4
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 @@ -9,7 +9,7 @@ executors:
linux-aarch64:
machine:
image: ubuntu-2204:current
resource_class: arm.large
resource_class: arm.medium

jobs: # a basic unit of work in a run
build_and_test:
Expand Down

0 comments on commit 57ed9c4

Please sign in to comment.