Skip to content

Commit 5b85462

Browse files
authored
ci: pin pytest ubuntu version to 22..04 (#544)
1 parent abeb0c1 commit 5b85462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [ push, pull_request ]
55
jobs:
66
pytest:
77
name: Run tests
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- name: Checkout repo

0 commit comments

Comments
 (0)