]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: switch from ubuntu:devel to a more stable debian:latest
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 30 Mar 2026 12:50:33 +0000 (08:50 -0400)
committerLaszlo <dev@kontrol.dev>
Mon, 30 Mar 2026 15:23:40 +0000 (11:23 -0400)
Switch some of the daily runners over to a mores table container
to avoid running into non-dracut related issues and regressions.

.github/workflows/daily-hostonlystrict.yml
.github/workflows/daily-omitsystemd.yml

index d433c64c0d67f67e6151242d57fb038d2e511367..6c6148dd5b69a1de5feaa2f3a29b35702a14230c 100644 (file)
@@ -29,7 +29,7 @@ jobs:
                     - {runner: 'ubuntu-24.04', tag: 'amd'}
                     - {runner: 'ubuntu-24.04-arm', tag: 'arm'}
                 container:
-                    - ubuntu:devel
+                    - debian:latest
                 test:
                     - "10"
                     - "11"
index eaad44810ff4ea4b60e0ed092810eaf1b1817eca..81fc2019bcc8eaf8d4006590b02a4481224c37df 100644 (file)
@@ -29,7 +29,7 @@ jobs:
                     - {runner: 'ubuntu-24.04', tag: 'amd', timeout: 20}
                     - {runner: 'ubuntu-24.04-arm', tag: 'arm', timeout: 60}
                 container:
-                    - ubuntu:devel
+                    - debian:latest
                 test:
                     - "10"
                     - "11"