From c804442005c1de8b11e661a732d2ddab94a57c23 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 26 Aug 2023 10:37:17 +0100 Subject: [PATCH] Release: Remove ubuntu 18.04, debian buster. Add debian bookworm --- .github/workflows/release-linux-distros.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-linux-distros.yml b/.github/workflows/release-linux-distros.yml index 817291d112..21c8f160c6 100644 --- a/.github/workflows/release-linux-distros.yml +++ b/.github/workflows/release-linux-distros.yml @@ -16,10 +16,6 @@ jobs: fail-fast: false matrix: include: - - container_image: "ubuntu:18.04" - bundle_name: "bionic" - compiler: "g++-8" - c_compiler: "gcc-8" - container_image: "ubuntu:20.04" bundle_name: "focal" compiler: "g++" @@ -28,14 +24,14 @@ jobs: bundle_name: "jammy" compiler: "g++" c_compiler: "gcc" - - container_image: "debian:buster" - bundle_name: "buster" - compiler: "g++" - c_compiler: "gcc" - container_image: "debian:bullseye" bundle_name: "bullseye" compiler: "g++" c_compiler: "gcc" + - container_image: "debian:bookworm" + bundle_name: "bookworm" + compiler: "g++" + c_compiler: "gcc" runs-on: ubuntu-20.04 container: