1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00

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

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