.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit bd7bc10636ce20159133f846dfc337f2ab92b5ed Author: Albert Astals Cid <[email protected]> Date: Mon Apr 18 19:34:52 2022 +0200 CI: Update mingw to fedora 36 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 020a3bc6..a2722d68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,9 +77,9 @@ build_ubuntu_18_04: - cmake -G Ninja .. - ninja -build_mingw64_fedora35: +build_mingw64_fedora36: stage: build - image: fedora:35 + image: fedora:36 before_script: - dnf install -y 'dnf-command(builddep)' - dnf builddep -y mingw64-poppler
