mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-20 21:00:46 +01:00
CI: Remove Ubuntu Kinetic
This commit is contained in:
parent
f81bd26649
commit
4ef3f3568d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -579,7 +579,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ubuntu_version: [ 'focal', 'jammy', 'kinetic', 'lunar', 'mantic' ]
|
||||
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ]
|
||||
container:
|
||||
image: ubuntu:${{matrix.ubuntu_version}}
|
||||
steps:
|
||||
@ -679,7 +679,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ubuntu_version: [ 'focal', 'jammy', 'kinetic', 'lunar', 'mantic' ]
|
||||
ubuntu_version: [ 'focal', 'jammy', 'lunar', 'mantic' ]
|
||||
container:
|
||||
image: ubuntu:${{matrix.ubuntu_version}}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user