diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e276e75..ceeccce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: strategy: matrix: compiler: + - gcc:16 - gcc:15 - gcc:14 - gcc:13 @@ -27,7 +28,7 @@ jobs: name: "${{ matrix.compiler }}" steps: - uses: actions/checkout@main - - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d + - uses: offa/conan-action@94082ad417358aeab2b811b6c5cd0cc4183b2dc5 - name: Build run: script/ci_build.sh @@ -43,7 +44,7 @@ jobs: name: "${{ matrix.tool }}" steps: - uses: actions/checkout@main - - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d + - uses: offa/conan-action@94082ad417358aeab2b811b6c5cd0cc4183b2dc5 - name: Build run: script/ci_build.sh -${{ matrix.tool }}