diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675df57..c1e824e 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 @@ -31,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 @@ -42,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