mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03:00
GHA: bump all build jobs to nproc+1
- bump rest of the workflows (windows, macos, distrocheck).
- non-native virtualized envs have 2 CPUs, bump down accordingly.
(for `vmactions/omnios-vm` it's just a guess.)
- bump all to nproc + 1.
Follow-up to e838b341a0 #12927
Closes #13807
This commit is contained in:
parent
03bd16e533
commit
464282ddfb
11 changed files with 36 additions and 34 deletions
2
.github/workflows/linux-old.yml
vendored
2
.github/workflows/linux-old.yml
vendored
|
|
@ -50,7 +50,7 @@ on:
|
|||
permissions: {}
|
||||
|
||||
env:
|
||||
MAKEFLAGS: -j 3
|
||||
MAKEFLAGS: -j 5
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue