ci : use new 1vCPU runner for lightweight jobs (#19107)

* use new 1vCPU runner for lightweight jobs

* pyright is too heavy, look into ty some day

use new pip-install input
This commit is contained in:
Sigbjørn Skjæret 2026-01-26 15:22:49 +01:00 committed by GitHub
parent 56f3ebf38e
commit 142cbe2ac6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 11 additions and 13 deletions

View file

@ -15,7 +15,7 @@ concurrency:
jobs:
flake8-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
name: Lint
steps:
- name: Check out source repository