From f19a9e0917c9a83247a6729f19822fcffc1b0cf5 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 17 Apr 2026 17:44:27 +0900 Subject: [PATCH] CI: lima: add fedora-rawhide For catching potential regressions in kernel, systemd, etc. Signed-off-by: Akihiro Suda --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2c812479..b91093b9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -215,7 +215,8 @@ jobs: strategy: fail-fast: false matrix: - template: [almalinux-8, almalinux-9, centos-stream-10, fedora] + # A failure in fedora-rawhide should not block merging PRs + template: [almalinux-8, almalinux-9, centos-stream-10, fedora, experimental/fedora-rawhide] runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6