Explorar o código

Use clang-format-20 on CI

Viktor Sokolov hai 2 meses
pai
achega
a95c0bcd66
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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