.github/workflows: More jobs for kernel builds

Using the "cores * 1.5" heuristic, configure the kernel builds for the
4-core GitHub-hosted runners.

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
This commit is contained in:
Phil Elwell
2024-08-05 14:52:26 +01:00
parent db233278dd
commit 3651c49217

View File

@@ -12,7 +12,7 @@ on:
workflow_dispatch:
env:
NUM_JOBS: 3
NUM_JOBS: 6
jobs:
build: