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