mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-17 19:18:36 +01:00
CI: Remove Ubuntu Groovy and add Impish
This commit is contained in:
parent
90744f2965
commit
8582e09e73
12
.github/workflows/ccpp.yml
vendored
12
.github/workflows/ccpp.yml
vendored
@ -636,11 +636,11 @@ jobs:
|
||||
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
||||
|
||||
|
||||
build_ubuntu_groovy:
|
||||
name: Build Ubuntu Groovy
|
||||
build_ubuntu_hirsute:
|
||||
name: Build Ubuntu Hirsute
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:groovy
|
||||
image: ubuntu:hirsute
|
||||
steps:
|
||||
- uses: actions/checkout@v1.2.0
|
||||
- name: Install Ubuntu dependencies
|
||||
@ -699,11 +699,11 @@ jobs:
|
||||
run: dpkg-buildpackage -b -d -uc -us -nc -j2
|
||||
|
||||
|
||||
build_ubuntu_hirsute:
|
||||
name: Build Ubuntu Hirsute
|
||||
build_ubuntu_impish:
|
||||
name: Build Ubuntu Impish
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:hirsute
|
||||
image: ubuntu:impish
|
||||
steps:
|
||||
- uses: actions/checkout@v1.2.0
|
||||
- name: Install Ubuntu dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user