Skip to content

Commit 445f2a2

Browse files
committed
ci: update test runner to use ubuntu-latest
Signed-off-by: Paillat-dev <[email protected]>
1 parent cc94187 commit 445f2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lib-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: "Run tests"
117117
run: uv run tox
118118
tests-pass: # ref: https://github.com/orgs/community/discussions/4324#discussioncomment-3477871
119-
runs-on: ubuntu-20.04
119+
runs-on: ubuntu-latest
120120
needs: [tests]
121121
if: ${{ github.event_name != 'schedule' }}
122122
steps:

0 commit comments

Comments
 (0)