chore: migrate CI workflows to ubuntu-slim for faster startup times (#4007)

*This type of runner is optimized for automation tasks, issue operations
and short-running jobs. They are not suitable for typical heavyweight
CI/CD builds.*
[[1](https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners)].

We are not necessarily dependent on faster startups, but that seems to
be becoming the best practice now.
This commit is contained in:
Kristjan ESPERANTO
2026-01-07 23:18:24 +01:00
committed by GitHub
parent 9731ea28eb
commit 56fe067afa
7 changed files with 7 additions and 7 deletions
@@ -12,7 +12,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
if: github.event_name == 'pull_request'
timeout-minutes: 10
steps: