Skip to content

Commit

Permalink
.github/workflows: More jobs for kernel builds
Browse files Browse the repository at this point in the history
Using the "cores * 1.5" heuristic, configure the kernel builds for the
4-core GitHub-hosted runners.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Aug 5, 2024
1 parent 70c640c commit f35c110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch:

env:
NUM_JOBS: 3
NUM_JOBS: 6

jobs:
build:
Expand Down

0 comments on commit f35c110

Please sign in to comment.