Skip to content

Commit

Permalink
Updating CI with macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit1603 committed Sep 30, 2023
1 parent 1b600b2 commit 84a8c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
-DCLANG_ENABLE_BOOTSTRAP=OFF \
../llvm
if [[ "${os}" == "macos*" ]]; then
cmake --build . --target clang clang-repl --parallel $(sysctl -n hw.physicalcpu)
cmake --build . --target clang clang-repl --parallel $(sysctl -n hw.ncpu)
else
cmake --build . --target clang clang-repl --parallel $(nproc --all)
fi
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
fi
os="${{ matrix.os }}"
if [[ "${os}" == "macos*" ]]; then
cmake --build . --target check-cppinterop --parallel $(sysctl -n hw.physicalcpu)
cmake --build . --target check-cppinterop --parallel $(sysctl -n hw.ncpu)
else
cmake --build . --target check-cppinterop --parallel $(nproc --all)
fi
Expand Down

0 comments on commit 84a8c3c

Please sign in to comment.