From 72da1be22ab66625947aca50c68e94275bcb8618 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Thu, 13 Nov 2025 16:43:54 +0100 Subject: [PATCH] chore(linux): use `devel` for next Ubuntu release This change moves to use [`devel`[1]](https://hub.docker.com/_/ubuntu#whats-in-this-image) instead of a specific release name for the next Ubuntu release. That way it will always be able to find an image and will automatically start using the next one as soon as it becomes available. Build-bot: skip Test-bot: skip --- .github/workflows/deb-packaging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb-packaging.yml b/.github/workflows/deb-packaging.yml index 46560223fd..1ecb306cc2 100644 --- a/.github/workflows/deb-packaging.yml +++ b/.github/workflows/deb-packaging.yml @@ -161,7 +161,7 @@ jobs: strategy: fail-fast: true matrix: - dist: [resolute] + dist: [devel] steps: - name: Checkout