From b9f47889fc99386be308a8a78cf899aa26a2d7b8 Mon Sep 17 00:00:00 2001 From: kittentm Date: Fri, 8 May 2026 00:16:39 +0200 Subject: [PATCH] ci: use multiple deb vers (if possible) this should combat us using 2 forgejo repos + a gh actions lmfao.. --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 2e2bee2..dd882f9 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -7,7 +7,7 @@ on: jobs: lint-debian: - runs-on: debian-trixie + runs-on: [debian-trixie, debian-bookworm] steps: - uses: actions/checkout@v4 - name: Install Linters