pkg-fetch/.github/workflows
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
..
build-all.yml fix: correct syntax in release tag determination logic 2025-05-16 09:29:36 +02:00
build-alpine.yml feat: node 24 support and attempt some Node 22 fixes (by @faulpeltz) (#107) 2025-09-17 14:50:36 +02:00
build-linux.yml feat: node 24 support and attempt some Node 22 fixes (by @faulpeltz) (#107) 2025-09-17 14:50:36 +02:00
build-linuxstatic.yml feat: node 24 support and attempt some Node 22 fixes (by @faulpeltz) (#107) 2025-09-17 14:50:36 +02:00
build-macos.yml fix: macOS x64 build timeout by using Intel runners and 4-core parallelization (#113) 2025-09-25 09:07:37 +02:00
build-windows.yml feat: node 24 support and attempt some Node 22 fixes (by @faulpeltz) (#107) 2025-09-17 14:50:36 +02:00
check-latest-node.yml feat: node 24 support and attempt some Node 22 fixes (by @faulpeltz) (#107) 2025-09-17 14:50:36 +02:00
ci.yml feat: node 24 support and attempt some Node 22 fixes (by @faulpeltz) (#107) 2025-09-17 14:50:36 +02:00
patch-node.yml fix: streamline resolution output handling for PR creation 2025-08-29 12:15:36 +02:00
release-it.yml chore: add release workflow 2024-10-01 14:37:59 +02:00
test-patch.yml chore: add test patch workflow 2024-05-23 08:58:21 +02:00
update-expected.yml chore: fix update expected workflow 2024-10-21 10:03:46 +02:00