From 909f25990f27269974fc7e639079de1f15a50298 Mon Sep 17 00:00:00 2001 From: Michal Duda Date: Sun, 24 Dec 2023 21:46:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97Build:=20GitHub=20Action=20-=20EOL?= =?UTF-8?q?=20linux=20distributions=20were=20removed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linux-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 2b48fff..5bfeab3 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -12,7 +12,7 @@ jobs: fail-fast: true matrix: compiler: [gcc, clang] - distribution: [jammy, kinetic, lunar, mantic] + distribution: [jammy, lunar, mantic] uses: ./.github/workflows/reusable_linux_build.yml with: docker_image: ghcr.io/vookimedlo/ubuntu-qt:qt6_latestdistroofficial_${{ matrix.compiler }}_${{ matrix.distribution }} @@ -34,7 +34,7 @@ jobs: fail-fast: true matrix: compiler: [gcc, clang] - distribution: [stable, 37, 38, 39] + distribution: [stable, 38, 39] uses: ./.github/workflows/reusable_linux_build.yml with: docker_image: ghcr.io/vookimedlo/fedora-qt:qt6_latestdistroofficial_${{ matrix.compiler }}_${{ matrix.distribution }}