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:
parent
c5dd5f1970
commit
e0911a61f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue