Skip to content

Commit 71ae0c2

Browse files
committed
ci: force ubuntu 20.04 to preserve python 3.6
ubuntu-latest is now ubuntu 20.04 which does not have python 3.6 available. Use 20.04 to keep some tests with an older version. Link: actions/runner-images#6399 Signed-off-by: Robin Jarry <[email protected]>
1 parent 9cb3fe2 commit 71ae0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: python -m tox -e lint
2424

2525
test:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-20.04
2727
strategy:
2828
matrix:
2929
include:
@@ -37,7 +37,7 @@ jobs:
3737
toxenv: py39
3838
- python: '3.10'
3939
toxenv: py310
40-
- python: pypy3
40+
- python: pypy3.9
4141
toxenv: pypy3
4242
steps:
4343
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)