From dff665604bfa2cb956d0e2e78746194dba9c56bb Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 31 Mar 2026 16:15:49 +0200 Subject: [PATCH] ci: switch from debian:latest to ubuntu:rolling Commit 28323e6b769c ("ci: switch from ubuntu:devel to a more stable debian:latest") switched away from the Ubuntu devel release (which can be more unstable since it is a release in development) but also switched from Ubuntu to Debian. Switch to `ubuntu:rolling` which is the latest Ubuntu release which should be stable enough for our purposes. Ubuntu gets a new release every six month in comparsion to Debian which cuts a new release around every two years. --- .github/workflows/daily-hostonlystrict.yml | 2 +- .github/workflows/daily-omitsystemd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-hostonlystrict.yml b/.github/workflows/daily-hostonlystrict.yml index 53e5d134f..b78fef47e 100644 --- a/.github/workflows/daily-hostonlystrict.yml +++ b/.github/workflows/daily-hostonlystrict.yml @@ -29,7 +29,7 @@ jobs: - {runner: 'ubuntu-24.04', tag: 'amd'} - {runner: 'ubuntu-24.04-arm', tag: 'arm'} container: - - debian:latest + - ubuntu:rolling test: - "10" - "11" diff --git a/.github/workflows/daily-omitsystemd.yml b/.github/workflows/daily-omitsystemd.yml index 81fc2019b..4ef664295 100644 --- a/.github/workflows/daily-omitsystemd.yml +++ b/.github/workflows/daily-omitsystemd.yml @@ -29,7 +29,7 @@ jobs: - {runner: 'ubuntu-24.04', tag: 'amd', timeout: 20} - {runner: 'ubuntu-24.04-arm', tag: 'arm', timeout: 60} container: - - debian:latest + - ubuntu:rolling test: - "10" - "11"