ci: use ubuntu-latest runner
Some checks failed
CI / lint (push) Failing after 1s

This commit is contained in:
Username
2026-01-18 17:15:19 +01:00
parent 4ef0afe8e5
commit 358bfed169

View File

@@ -8,7 +8,7 @@ on:
jobs:
lint:
runs-on: linux_amd64
runs-on: ubuntu-latest
container:
image: python:3.11-slim
steps: