ci(macOS): use all threads build (#71)

Minor edit that brings the Mac builder in line with `build-linux.sh` by compiling with as many threads as the hardware has available.
This commit is contained in:
Nikhil Narayana 2021-12-18 17:41:06 -08:00 committed by GitHub
commit 324fbc6f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ fi
mkdir -p build
pushd build
cmake ${CMAKE_FLAGS} ..
make -j7
make -j$(nproc)
popd
# Copy the Sys folder in