diff options
author | Albert Astals Cid <aacid@kde.org> | 2023-04-22 16:35:09 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2023-04-22 16:35:09 +0200 |
commit | abc60c57be8f0dfb5b3b7b47ed9a086df9010503 (patch) | |
tree | a25f2e310227eed5418508b8a4b2c908c41d14a3 | |
parent | cc5ac1665aa3056d1f90a12e12d24a02536647e0 (diff) |
CI: Update Fedora to 38
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |