From d98700f52fb6e972d343092253521e946fcae57d Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Tue, 5 May 2026 17:20:08 +0200 Subject: [PATCH] Add GCC 16 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 a80ddea5..c1879555 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ jobs: strategy: matrix: build_config: + - { version: 16 } - { version: 15 } - { version: 14 } - { version: 13 }