ci: pin pytest ubuntu version to 22..04 (#544)

This commit is contained in:
Travis Abendshien
2024-10-12 23:59:08 -07:00
committed by GitHub
parent abeb0c1ce3
commit 5b85462cfa

View File

@@ -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