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
This commit is contained in:
Eberhard Beilharz 2025-11-13 16:43:54 +01:00
parent 48b19c468c
commit 72da1be22a
No known key found for this signature in database
GPG key ID: E9140597606020D3

View file

@ -161,7 +161,7 @@ jobs:
strategy:
fail-fast: true
matrix:
dist: [resolute]
dist: [devel]
steps:
- name: Checkout