diff --git a/.github/actions/clang-format/action.yml b/.github/actions/clang-format/action.yml index b81af54f..65d6d374 100644 --- a/.github/actions/clang-format/action.yml +++ b/.github/actions/clang-format/action.yml @@ -6,7 +6,7 @@ inputs: version: description: LLVM version to use # Should be kept roughly in sync with arcanist required: false - default: 12 + default: 18 runs: using: "composite"