diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2025-05-15 10:23:28 +0200 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2025-05-15 10:23:28 +0200 |
commit | e8a47b12ed43ecee3dcbc640e64858f018857a49 (patch) | |
tree | 522534d57caa35c99520175cdfb6dc7a1af80de0 /examples | |
parent | c0c4e10451cc90f7d6474ab65a8adfc1d4268de1 (diff) | |
download | libvirt-ci-e8a47b12ed43ecee3dcbc640e64858f018857a49.zip libvirt-ci-e8a47b12ed43ecee3dcbc640e64858f018857a49.tar.gz libvirt-ci-e8a47b12ed43ecee3dcbc640e64858f018857a49.tar.bz2 |
examples: Switch away Fedora 39 to 41
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/manifest.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/manifest.yml b/examples/manifest.yml index 61e3646..5dfe9f2 100644 --- a/examples/manifest.yml +++ b/examples/manifest.yml @@ -138,10 +138,10 @@ targets: - arch: ppc64le - arch: s390x - fedora-40: x86_64 - fedora-41: x86_64 + fedora-42: x86_64 + fedora-rawhide: jobs: - arch: x86_64 |