Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Use four jobs in macOS CI (#190)
Browse files Browse the repository at this point in the history
macOS doesn't have nproc.
  • Loading branch information
calcmogul authored Jun 20, 2024
1 parent 622f050 commit 168d781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: startsWith(matrix.os, 'macOS')

- run: cmake -B build -S . -DBUILD_EXAMPLES=ON ${{ matrix.cmake-args }} -DOPTIMIZER_BACKEND=${{ matrix.optimizer_backend }}
- run: cmake --build build --config RelWithDebInfo --parallel $(nproc)
- run: cmake --build build --config RelWithDebInfo --parallel 4
- run: ctest --test-dir build -C RelWithDebInfo --output-on-failure
- run: cmake --install build --config RelWithDebInfo --prefix pkg

Expand Down

0 comments on commit 168d781

Please sign in to comment.