Skip to content

Commit

Permalink
[CI] Use all three CPUs available on macOS builders
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Apr 27, 2021
1 parent 3cab7c7 commit e0d10a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: python3 -m pip install ruamel.yaml scons numpy cython h5py pandas pytest
pytest-github-actions-annotate-failures
- name: Build Cantera
run: python3 `which scons` build env_vars=all -j2 debug=n --debug=time
run: python3 `which scons` build env_vars=all -j3 debug=n --debug=time
- name: Test Cantera
run: python3 `which scons` test --debug=time
env:
Expand Down

0 comments on commit e0d10a9

Please sign in to comment.