diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2024-12-11 14:21:54 +0100 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2025-01-15 09:49:07 +0100 |
commit | 2fcefd74cdf4710371f584dfbfc6d9475650f990 (patch) | |
tree | 7f5c3617ab56ffa4c15f52647ca92489e19732be | |
parent | 03414e611a466dcf6e562938347bac93fe54b52b (diff) | |
download | libvirt-ci-2fcefd74cdf4710371f584dfbfc6d9475650f990.zip libvirt-ci-2fcefd74cdf4710371f584dfbfc6d9475650f990.tar.gz libvirt-ci-2fcefd74cdf4710371f584dfbfc6d9475650f990.tar.bz2 |
examples: Switch away Fedora 39 to 41
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
-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 278f222..73d690a 100644 --- a/examples/manifest.yml +++ b/examples/manifest.yml @@ -138,10 +138,10 @@ targets: - arch: ppc64le - arch: s390x - fedora-39: x86_64 - fedora-40: x86_64 + fedora-41: x86_64 + fedora-rawhide: jobs: - arch: x86_64 |