Commit 078f351
committed
Run the the
The `ubuntu-slim` runner is lighter weight, being a container
rather than using a whole VM, and having only one vCPU, less RAM,
and a 15 minute time limit. It's not suitable for most of our CI
jobs in GitPython, but it should work well for our `pre-commit`
checks. (If it doesn't, that's reason to suspect they might be
better removed from `pre-commit` and run in a different way.)
- https://github.blog/changelog/2026-01-22-1-vcpu-linux-runner-now-generally-available-in-github-actions/
- https://github.com/actions/runner-images/blob/main/images/ubuntu-slim/ubuntu-slim-Readme.mdpre-commit CI job on ubuntu-slim
1 parent e23c548 commit 078f351
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments