diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 257067ab..5d500eaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,6 +116,9 @@ jobs: - name: "Debian 11" suite: bullseye image: debian:bullseye + - name: "Ubuntu 24.04" + suite: noble + image: ubuntu:24.04 - name: "Ubuntu 22.04" suite: jammy image: ubuntu:22.04 diff --git a/upload-artifacts.sh b/upload-artifacts.sh index 07f18d25..a9328ed1 100755 --- a/upload-artifacts.sh +++ b/upload-artifacts.sh @@ -14,7 +14,7 @@ action=$1 dist=$2 usage() { - echo "Usage: $0 ci buster|bullseye|bookworm|focal|jammy" >&2 + echo "Usage: $0 ci buster|bullseye|bookworm|focal|jammy|noble" >&2 echo " $0 release" >&2 }