pkg-fetch/.github
ranjith 38a22f9aa9
fix: macOS x64 build timeout by using Intel runners and 4-core parallelization (#113)
### 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
2025-09-25 09:07:37 +02:00
..
scripts fix: enhance logging format for resolved content in OpenAI API response 2025-08-29 08:21:20 +02:00
workflows fix: macOS x64 build timeout by using Intel runners and 4-core parallelization (#113) 2025-09-25 09:07:37 +02:00