浏览代码

Use clang-format-20 on CI

Viktor Sokolov 2 月之前
父节点
当前提交
a95c0bcd66
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -78,7 +78,7 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           style: file
-          version: 18 # Ubuntu 24.04 provides clang-format-18
+          version: 20
           tidy-checks: "-*" # disable clang-tidy
 
       - name: Fail fast