Skip to content

Commit

Permalink
ci: disable parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jan 9, 2025
1 parent 6b74e1a commit 1246785
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 @@ -114,7 +114,7 @@ jobs:
type: enum
enum: ['x64', 'arm64']
executor: << parameters.executor >>
parallelism: 2
parallelism: 1 # disabled due to being on CircleCI's free plan
steps:
- install
- when:
Expand Down

0 comments on commit 1246785

Please sign in to comment.