From 8582e09e73bb202460f95466d44f73d27a26ced6 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 16 Oct 2021 14:30:45 +0200 Subject: [PATCH] CI: Remove Ubuntu Groovy and add Impish --- .github/workflows/ccpp.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 8707bddd3..7697f18dc 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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