From 83567afa2a220a7f01f647a1c1c15e42739daf80 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 16 Jan 2024 14:52:00 +0100 Subject: [PATCH] fix runner --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c1222f1..4e32219 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -65,7 +65,7 @@ jobs: # PYLINT / BLACK / ISORT / MYPY pylint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install dependencies @@ -74,7 +74,7 @@ jobs: run: poetry run pylint seafile_mirror formatting: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install dependencies @@ -85,7 +85,7 @@ jobs: poetry run black . mypy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install dependencies