Add older Ubuntu version to tests (#1330)

This commit is contained in:
Manuel Riel 2022-05-26 08:10:14 +04:00 committed by GitHub
parent c5dd5f1970
commit e0911a61f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest]
os: [ubuntu-18.04, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2