Skip to content

Commit 47677dc

Browse files
committed
update CI to make 3.7 continue to work
1 parent ea96669 commit 47677dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: 3.6
5353
tox-env: py36
5454
- name: py3.7
55-
os: ubuntu-latest
55+
os: ubuntu-22.04
5656
python-version: 3.7
5757
tox-env: py37
5858
- name: py3.8
@@ -88,7 +88,7 @@ jobs:
8888
python-version: pypy-2.7
8989
tox-env: pypy
9090
- name: pypy3
91-
os: ubuntu-latest
91+
os: ubuntu-22.04
9292
python-version: pypy-3.7
9393
tox-env: pypy3
9494
# special configurations

0 commit comments

Comments
 (0)