Bump clang-format version to 14 (#1983)

Default version coming with Ubuntu 22.04 that the CI now uses.
This commit is contained in:
Kévin Petit
2024-06-25 17:44:31 +01:00
committed by GitHub
parent 80a02cbd48
commit a281046e0e
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Install packages
run: sudo apt install -y clang-format clang-format-11
run: sudo apt install -y clang-format clang-format-14
- uses: actions/checkout@v4
with:
fetch-depth: 0