.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit abc60c57be8f0dfb5b3b7b47ed9a086df9010503 Author: Albert Astals Cid <[email protected]> Date: Sat Apr 22 16:35:09 2023 +0200 CI: Update Fedora to 38 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc728671..b83b69d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,9 +83,9 @@ build_ubuntu_20_04: - ninja - ctest --output-on-failure -build_mingw64_fedora37: +build_mingw64_fedora38: stage: build - image: fedora:37 + image: fedora:38 before_script: - dnf install -y 'dnf-command(builddep)' - dnf builddep -y mingw64-poppler
