From 9ce91e4dab3bc562dbd239eed6e2cdc68abaf5f1 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Wed, 22 May 2024 17:22:53 -0500 Subject: [PATCH] Add libclang 17.0.6 to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c400532..a0b3e873 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - x86_64 clang: - 12.0.0 + - 17.0.6 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4