mirror of https://github.com/mstorsjo/fdk-aac.git
ci: Use sysctl instead of nproc on macOS
This commit is contained in:
parent
072f2cdafd
commit
4a563268bd
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --enable-example
|
./configure --enable-example
|
||||||
make -j$(nproc) CFLAGS="-g -O2 -Werror" CXXFLAGS="-g -O2 -Werror"
|
make -j$(sysctl -n hw.ncpu) CFLAGS="-g -O2 -Werror" CXXFLAGS="-g -O2 -Werror"
|
||||||
|
|
||||||
macos-cmake:
|
macos-cmake:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Loading…
Reference in New Issue