Skip to content

Commit 57cd387

Browse files
committed
CI: Downgrade ubuntu image for py36 tests
1 parent 3515187 commit 57cd387

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,28 @@ on:
1111
jobs:
1212
tests-ubuntu:
1313
name: "Test: py${{ matrix.python-version }}, Ubuntu"
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ matrix.os }}
1515
strategy:
1616
fail-fast: false
1717
matrix:
1818
include:
1919
- python-version: '3.6'
20+
os: ubuntu-20.04
2021
tox-env: min
2122
- python-version: '3.6'
23+
os: ubuntu-20.04
2224
tox-env: py
2325
- python-version: '3.7'
26+
os: ubuntu-latest
2427
tox-env: py
2528
- python-version: '3.8'
29+
os: ubuntu-latest
2630
tox-env: py
2731
- python-version: '3.9'
32+
os: ubuntu-latest
2833
tox-env: py
2934
- python-version: '3.10'
35+
os: ubuntu-latest
3036
tox-env: py
3137

3238
steps:

0 commit comments

Comments
 (0)