From 071996cf5b611aea4701a9a23f26678427fa623c Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 13 Oct 2024 20:34:53 -0400 Subject: [PATCH] ci: trial debian runner image --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 0e84248..9cec0f8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -3,7 +3,7 @@ on: jobs: sast: - runs-on: ubuntu-latest + runs-on: runner-latest steps: - uses: actions/checkout@v4 - run: pipx run pre-commit run -a