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:
parent
83b97630c2
commit
952486c716
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue