diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-05-14 21:02:40 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-14 21:23:46 +0200 |
commit | f222ef107da93409316fdee7c95ac17dc0709669 (patch) | |
tree | 97077ee423cf8757018244c6a8279b4d37306cff /.github/workflows/mkosi.yml | |
parent | Merge pull request #32812 from DaanDeMeyer/test (diff) | |
download | systemd-f222ef107da93409316fdee7c95ac17dc0709669.tar.xz systemd-f222ef107da93409316fdee7c95ac17dc0709669.zip |
mkosi: Restore job for F40
This partially reverts ecf8468dd4abbf006cb607d023018edee51c851d.
dist-git was made compatible again with F40.
Diffstat (limited to '.github/workflows/mkosi.yml')
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 0a930516e9..66a58c56d7 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -61,6 +61,8 @@ jobs: - distro: ubuntu release: noble - distro: fedora + release: "40" + - distro: fedora release: rawhide - distro: opensuse release: tumbleweed |