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