Skip to content

Commit

Permalink
Take advantage of the 3 cores of the GitHub-hosted runners for MacOSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Jun 12, 2022
1 parent 8b789df commit 6cd3dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,10 +457,10 @@ jobs:
cmake -DCMAKE_INCLUDE_PATH=$PWD/../cxxtest -DBUILD_JULIA_PACKAGE=ON -DCMAKE_PREFIX_PATH=$CXXWRAP_PREFIX_PATH ..
- name: Build JSBSim
working-directory: build
run: make -j2
run: make -j3
- name: Test JSBSim
working-directory: build
run: ctest -j2 -E TestInputSocket --output-on-failure
run: ctest -j3 -E TestInputSocket --output-on-failure
- name: Build source package for Python
if: env.release == 'true'
working-directory: build/python
Expand Down

0 comments on commit 6cd3dc6

Please sign in to comment.