diff --git a/.github/workflows/lib-checks.yml b/.github/workflows/lib-checks.yml index 602e18f7b0..503a9fb78c 100644 --- a/.github/workflows/lib-checks.yml +++ b/.github/workflows/lib-checks.yml @@ -116,7 +116,7 @@ jobs: - name: "Run tests" run: uv run tox tests-pass: # ref: https://github.com/orgs/community/discussions/4324#discussioncomment-3477871 - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: [tests] if: ${{ github.event_name != 'schedule' }} steps: