[poppler] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 27 19:42:07 UTC 2021


 .gitlab-ci.yml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit efa43f709a83f5401aa4d99a9412c8ea249663ea
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Apr 27 21:36:57 2021 +0200

    CI: Use fedora 34 for mingw

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 74ad1d53..6e32eb70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,9 +70,9 @@ build_ubuntu_18_04:
     - cmake -G Ninja ..
     - ninja
 
-build_mingw64_fedora:
+build_mingw64_fedora34:
   stage: build
-  image: fedora
+  image: fedora:34
   before_script:
     - dnf install -y 'dnf-command(builddep)'
     - dnf builddep -y mingw64-poppler


More information about the poppler mailing list