From 31a672a2e7cdb8eb1e8d962801d17366631039a0 Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:02:43 +0200 Subject: [PATCH 1/2] Add Clang 23 CI build --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675df57..1c9ba45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - gcc:13 - gcc:12 - gcc:11 + - clang:23 - clang:22 - clang:21 - clang:20 From 966471597f8d156ef70959edbdb39b8228da6cbd Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:26:00 +0200 Subject: [PATCH 2/2] Update conan-action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c9ba45..c1e824e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: name: "${{ matrix.compiler }}" steps: - uses: actions/checkout@main - - uses: offa/conan-action@3cafebb5c0e5f620fff588bfc9706e124e1c33db + - uses: offa/conan-action@1132c2e396bf4af73f7196939c0d45e7359f63c8 - name: Build run: script/ci_build.sh @@ -43,7 +43,7 @@ jobs: name: "conan ${{ matrix.compiler }}" steps: - uses: actions/checkout@main - - uses: offa/conan-action@3cafebb5c0e5f620fff588bfc9706e124e1c33db + - uses: offa/conan-action@1132c2e396bf4af73f7196939c0d45e7359f63c8 - name: Build run: script/conan_build.sh