From 77a073aaa821300fc129ef24b3b052be2e670a3e Mon Sep 17 00:00:00 2001 From: Charles Schlosser Date: Wed, 4 Dec 2024 02:45:52 +0000 Subject: [PATCH] fix checkformat ci stage --- ci/checkformat.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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