We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea96669 commit 47677dcCopy full SHA for 47677dc
1 file changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
python-version: 3.6
53
tox-env: py36
54
- name: py3.7
55
- os: ubuntu-latest
+ os: ubuntu-22.04
56
python-version: 3.7
57
tox-env: py37
58
- name: py3.8
@@ -88,7 +88,7 @@ jobs:
88
python-version: pypy-2.7
89
tox-env: pypy
90
- name: pypy3
91
92
python-version: pypy-3.7
93
tox-env: pypy3
94
# special configurations
0 commit comments