Skip to content

Commit

Permalink
Adjust the number of OSX cpus.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 16, 2024
1 parent 92b5acc commit d096d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg
- name: make
run: gmake -C fluxengine -j $(nprocs)
run: gmake -C fluxengine -j2
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: make
run: |
gmake -j $(nprocs)
gmake -j2
mv FluxEngine.pkg FluxEngine-${{ runner.arch }}.pkg
- name: tag
Expand Down

0 comments on commit d096d77

Please sign in to comment.