Skip to content

Commit 17e4da8

Browse files
authored
fix: Update step to use ubuntu-latest (#201)
1 parent 94d3d75 commit 17e4da8

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)