.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 315ab3006fb24bf47b595343e6a3e90995f2a588 Author: Albert Astals Cid <[email protected]> Date: Sat Sep 17 10:28:00 2022 +0200 CI: Update Fedora CI to 37, it's close enough to the release date diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ad75bfb9..b5db08a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,9 +76,9 @@ build_ubuntu_18_04: - cmake -G Ninja .. - ninja -build_mingw64_fedora36: +build_mingw64_fedora37: stage: build - image: fedora:36 + image: fedora:37 before_script: - dnf install -y 'dnf-command(builddep)' - dnf builddep -y mingw64-poppler
