diff --git a/ci/checkformat.gitlab-ci.yml b/ci/checkformat.gitlab-ci.yml index 588ec2e5a..abf979d89 100644 --- a/ci/checkformat.gitlab-ci.yml +++ b/ci/checkformat.gitlab-ci.yml @@ -1,6 +1,6 @@ checkformat:clangformat: stage: checkformat - image: ubuntu:23.10 + image: ubuntu:latest only: - merge_requests allow_failure: true