From: Manuel Nickschas Date: Tue, 15 Dec 2020 17:20:55 +0000 (+0100) Subject: ci: Add ubuntu-groovy (20.10), remove ubuntu-eoan (19.10) X-Git-Tag: 0.14-rc1~3 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=df7f5994f219e50e1acd94f2f4e3c0fdc8c66534 ci: Add ubuntu-groovy (20.10), remove ubuntu-eoan (19.10) Update the list of relevant Ubuntu releases. --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58c0fdfa..125b99b5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - dist: [ debian-stable, debian-testing, ubuntu-xenial, ubuntu-bionic, ubuntu-eoan, ubuntu-focal ] + dist: [ debian-stable, debian-testing, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-groovy ] cxx: [ 'g++', 'clang++' ] with-kde: [ -DWITH_KDE=ON ] extra-options: [ -DWITH_WEBENGINE=ON ]