Skip to content

Commit 5c013e8

Browse files
committed
Run CI for Python 3.6 on Ubuntu 20.04
1 parent 0a1d2aa commit 5c013e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
ci:
7-
runs-on: ${{ matrix.os }}
7+
runs-on: ${{ matrix.python-version == '3.6' && 'ubuntu-20.04' || 'ubuntu-latest' }}
88
strategy:
99
fail-fast: false
1010
max-parallel: 4
1111
matrix:
1212
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
13-
os: [ubuntu-latest]
1413

1514
steps:
1615
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)