Skip to content

Commit c316546

Browse files
carusogabrielGirgias
authored andcommitted
Replaced deprecated hw.ncpu with hm. logicalcpu
Found that at ziglang/zig#1252. Closes phpGH-5541
1 parent 2dc2436 commit c316546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/macos/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
displayName: 'Configure Build'
7272
- script: |
7373
export PATH="/usr/local/opt/bison/bin:$PATH"
74-
make -j$(sysctl -n hw.ncpu) >/dev/null
74+
make -j$(sysctl -n hw.logicalcpu) >/dev/null
7575
displayName: 'Make Build'
7676
- script: |
7777
sudo make install

0 commit comments

Comments
 (0)