From 73ea4825aeb9e79606496ced500e6d64da3a9e58 Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Thu, 30 Apr 2026 18:09:40 +0200 Subject: [PATCH] Add GCC 16 CI build --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }}