Skip to content

Build: use ubuntu-22.04 instead of 24.04 for CPU build (glibc compat)… #1073

Build: use ubuntu-22.04 instead of 24.04 for CPU build (glibc compat)…

Build: use ubuntu-22.04 instead of 24.04 for CPU build (glibc compat)… #1073

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.0
env:
RUFF_OUTPUT_FORMAT: github