Switch to ubuntu-20.04 (supports Python 3.6)

This commit is contained in:
Ivan Kravets
2022-12-07 16:07:48 +02:00
committed by GitHub
parent 48655ad728
commit 38f03224d3

View File

@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-20.04, windows-latest, macos-latest]
python-version: ["3.6", "3.9", "3.11"]
runs-on: ${{ matrix.os }}