diff --git a/.github/workflows/release-linux-distros.yml b/.github/workflows/release-linux-distros.yml index 97be5a73215..5e740c95369 100644 --- a/.github/workflows/release-linux-distros.yml +++ b/.github/workflows/release-linux-distros.yml @@ -24,8 +24,8 @@ jobs: bundle_name: "jammy" compiler: "g++" c_compiler: "gcc" - - container_image: "debian:bullseye" - bundle_name: "bullseye" + - container_image: "ubuntu:24.04" + bundle_name: "noble" compiler: "g++" c_compiler: "gcc" - container_image: "debian:bookworm"