From 71665b5b874c286de27978a38858f574a4d9487f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 18 May 2026 09:45:03 +0200 Subject: [PATCH] Bump CI to use gcc-16 as latest compiler --- .github/workflows/test-compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 99e4973a7..228831719 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -48,7 +48,7 @@ jobs: - 'gcc-11' # newest, make sure to update maximum standard step to match - 'clang-22' - - 'gcc-15' + - 'gcc-16' include: # macOS x86 - os: macos-15-intel @@ -96,7 +96,7 @@ jobs: # maximum standard, only on newest compilers - name: Build C++26 - if: ${{ matrix.compiler == 'clang-22' || matrix.compiler == 'gcc-15' }} + if: ${{ matrix.compiler == 'clang-22' || matrix.compiler == 'gcc-16' }} shell: bash run: | make config-$CC_SHORT