Skip to content

Commit

Permalink
ci: pin pytest ubuntu version to 22..04 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel authored Oct 13, 2024
1 parent abeb0c1 commit 5b85462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [ push, pull_request ]
jobs:
pytest:
name: Run tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout repo
Expand Down

0 comments on commit 5b85462

Please sign in to comment.