Skip to content

Commit 90812b5

Browse files
committed
fix ubuntu-20.04 deprecation
ref: actions/runner-images#11101
1 parent 6e69b23 commit 90812b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ jobs:
4747
python-version: "3.7"
4848
- os: ubuntu-22.04
4949
python-version: "pypy-3.6"
50-
- os: ubuntu-20.04
50+
- os: ubuntu-latest
51+
container: python:3.6
5152
python-version: "3.6"
52-
- os: ubuntu-20.04
53+
- os: ubuntu-latest
54+
container: python:3.5
5355
python-version: "3.5"
54-
- os: ubuntu-20.04
56+
- os: ubuntu-latest
5557
container: python:2.7-buster
5658
python-version: "2.7"
5759
exclude:

0 commit comments

Comments
 (0)