Skip to content

Commit e07b17c

Browse files
committed
downgrade ubuntu version
1 parent a9772e9 commit e07b17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push, pull_request ]
44
jobs:
55
pytest:
66
name: Run tests with pytest
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
1010
python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11' ]

0 commit comments

Comments
 (0)