Skip to content

Commit

Permalink
Run CI for Python 3.6 on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Mar 22, 2024
1 parent 0a1d2aa commit 5c013e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ on: [push, pull_request]

jobs:
ci:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.python-version == '3.6' && 'ubuntu-20.04' || 'ubuntu-latest' }}
strategy:
fail-fast: false
max-parallel: 4
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 5c013e8

Please sign in to comment.