### Problem The macOS x64 build was timing out when using `macos-14` runners with `MAKE_JOB_COUNT=2`, likely due to cross-compilation overhead. ### Solution - Changed `runs-on` from `macos-14` to `macos-15-intel` to use native Intel hardware - Increased `MAKE_JOB_COUNT` from `2` to `4` to utilize all 4 CPU cores available on Intel runners ### Result Resolves build timeout issues for macOS x64 builds by eliminating cross-compilation and maximising CPU utilization. Tested Build: https://github.com/nrranjithnr/pkg-fetch/actions/runs/17977769583 |
||
|---|---|---|
| .. | ||
| build-all.yml | ||
| build-alpine.yml | ||
| build-linux.yml | ||
| build-linuxstatic.yml | ||
| build-macos.yml | ||
| build-windows.yml | ||
| check-latest-node.yml | ||
| ci.yml | ||
| patch-node.yml | ||
| release-it.yml | ||
| test-patch.yml | ||
| update-expected.yml | ||