From 6ce177e6913f1b154b37150af1623e181642e4ac Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 16 Jun 2026 18:11:08 +0200 Subject: [PATCH] Try clang16 --- .github/workflows/test-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index ccdfa0fad..97d6468c4 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -43,7 +43,7 @@ jobs: - ubuntu-latest compiler: # oldest supported - - 'clang-14' + - 'clang-16' - 'gcc-11' # newest, make sure to update maximum standard step to match - 'clang-22'