diff options
author | Albert Astals Cid <aacid@kde.org> | 2024-03-31 16:32:36 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2024-03-31 16:32:36 +0200 |
commit | ec2427b7cb92cda6cd7bc9b1d3117552a65d518e (patch) | |
tree | 45b00320d77ac7a5f5357e9fdcc260b1a697ee2f | |
parent | d7e54f88c981f26b9477b2330070dccbdbbbdb55 (diff) |
CI: Use fedora 40
-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 5428cf68..560689b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -85,9 +85,9 @@ build_ubuntu_20_04: - ninja - ctest --output-on-failure -build_mingw64_fedora39: +build_mingw64_fedora40: stage: build - image: fedora:39 + image: fedora:40 before_script: - dnf install -y 'dnf-command(builddep)' - dnf builddep -y mingw64-poppler |