From 2042aea8858cda646dd1cae9dc1853693a0027c4 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 22 Jul 2024 15:59:45 +0000 Subject: [PATCH] will the linter actions work on gitea's ubuntu? --- .gitea/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pylint.yml b/.gitea/workflows/pylint.yml index d7bd874..4beb916 100644 --- a/.gitea/workflows/pylint.yml +++ b/.gitea/workflows/pylint.yml @@ -4,7 +4,7 @@ on: [push] jobs: build: - runs-on: python-latest + runs-on: ubuntu-gitea strategy: matrix: python-version: ["3.12"]