Skip to content

Commit ab97219

Browse files
Fixed CI on MACOS to get nproc appropriately
1 parent bd152c6 commit ab97219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-all-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- run: echo "Starting tests"
2222
- name: Checking out repository
2323
uses: actions/checkout@v2
24-
- run: make -C ${{ github.workspace }} -j$(nproc) run
24+
- run: make -C ${{ github.workspace }} -j$(sysctl -n hw.physicalcpu) run
2525
- run: echo "Tests completed"

0 commit comments

Comments
 (0)