From 358bfed169e639b1910b801f28f2fda810a324e8 Mon Sep 17 00:00:00 2001 From: Username Date: Sun, 18 Jan 2026 17:15:19 +0100 Subject: [PATCH] ci: use ubuntu-latest runner --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1707abe..f63d863 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: - runs-on: linux_amd64 + runs-on: ubuntu-latest container: image: python:3.11-slim steps: