Skip to content

Commit d78c08e

Browse files
committed
ci: pin Python 3.5 and 3.6 builds to ubuntu-20.04
The current "latest" 22.04 does not have them at the moment. Refs actions/setup-python#544
1 parent b9c7e4a commit d78c08e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
os:
3333
- ubuntu-latest
3434
python-version:
35-
- "3.5"
36-
- "3.6"
3735
- "3.7"
3836
- "3.8"
3937
- "3.9"
@@ -46,6 +44,10 @@ jobs:
4644
os: ubuntu-18.04
4745
- python-version: "3.4"
4846
os: ubuntu-18.04
47+
- python-version: "3.5"
48+
os: ubuntu-20.04
49+
- python-version: "3.6"
50+
os: ubuntu-20.04
4951
steps:
5052
- uses: actions/checkout@v3
5153
- uses: actions/setup-python@v3

0 commit comments

Comments
 (0)