From 5daf1222dca9539c78c14b367445dd8be8600db3 Mon Sep 17 00:00:00 2001 From: offa Date: Fri, 8 Nov 2024 11:16:27 +0100 Subject: [PATCH] Update clang-format 19.1.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99735b9..8efd57a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - clangformat_version: [ '14.0.6', '16.0.6', '17.0.6', '18.1.8', '19.1.1' ] + clangformat_version: [ '14.0.6', '16.0.6', '17.0.6', '18.1.8', '19.1.3' ] name: "Build clang-format:${{ matrix.clangformat_version}}" env: FULL_IMAGE_NAME: "ghcr.io/${{ github.repository }}/clang-format"