diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-07 09:33:10 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-07 11:51:29 +0200 |
commit | b1670c52ad3beeffbd7478a40e2633dcd8a68beb (patch) | |
tree | ee5fb84e4322ad3389c3003377c06eea3a4b811d /.github | |
parent | cryptsetup: make type-specific checks for PKCS#11 private keys (diff) | |
download | systemd-b1670c52ad3beeffbd7478a40e2633dcd8a68beb.tar.xz systemd-b1670c52ad3beeffbd7478a40e2633dcd8a68beb.zip |
mkosi: Switch to fedora 40
Enable updates-testing and use the most recent mirror to make sure
we get util-linux 2.40.1 which contains a crucial fix to make sure
the serial terminal in virtual machines works properly.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 973eb4fd7f..1e0b622f60 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -61,7 +61,7 @@ jobs: - distro: ubuntu release: noble - distro: fedora - release: "39" + release: "40" - distro: fedora release: rawhide - distro: opensuse |