From 31fe1e8512fe0edba7e72bf781c9a2cf2b0afbab Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 18 Sep 2023 15:58:50 +0200 Subject: Don't build packages for unsupported linux distributions --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b84033..9620074 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,9 @@ jobs: "debian-bullseye", "debian-sid", "debian-bookworm", - "ubuntu-bionic", "ubuntu-focal", "ubuntu-jammy", - "ubuntu-kinetic", + "ubuntu-lunar", ] include: - name: debian-buster @@ -38,14 +37,12 @@ jobs: container: debian:sid - name: debian-bookworm container: debian:bookworm - - name: ubuntu-bionic - container: ubuntu:bionic - name: ubuntu-focal container: ubuntu:focal - name: ubuntu-jammy container: ubuntu:jammy - - name: ubuntu-kinetic - container: ubuntu:kinetic + - name: ubuntu-lunar + container: ubuntu:lunar steps: - name: Checkout code uses: actions/checkout@v3 -- cgit v1.3