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'