mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 09:21:44 -04:00
CI: test on ubuntu 22.04 or 24.04
20.04 was removed.
This commit is contained in:
parent
88172ba02f
commit
93098988cd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -54,10 +54,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
python-version: '3.8'
|
||||
toxenv: py38-fuse2
|
||||
- os: ubuntu-20.04
|
||||
- os: ubuntu-22.04
|
||||
python-version: '3.9'
|
||||
toxenv: py39-fuse3
|
||||
- os: ubuntu-22.04
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
- os: ubuntu-22.04
|
||||
python-version: '3.11'
|
||||
toxenv: py311-fuse2
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-24.04
|
||||
python-version: '3.12'
|
||||
toxenv: py312-fuse3
|
||||
- os: macos-14
|
||||
|
|
|
|||
Loading…
Reference in a new issue