ci: Don't use Rawhide for Fedora

Rawhide is a bit too unstable to run CI jobs on top of it, use latest
instead.
This commit is contained in:
Niels De Graef 2023-08-11 01:31:49 +02:00
parent 83b97630c2
commit 952486c716

View file

@ -46,7 +46,7 @@ variables:
fedora:
stage: build
image: fedora:rawhide
image: fedora:latest
before_script:
- dnf update -y --nogpgcheck
- dnf install -y --nogpgcheck $FEDORA_DEPS $FEDORA_TEST_DEPS