mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
ci: pin pytest ubuntu version to 22..04 (#544)
This commit is contained in:
committed by
GitHub
parent
abeb0c1ce3
commit
5b85462cfa
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user