diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b1665785..ed52db89f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,12 @@ jobs: compiler: msvc clang-runtime: '16' + - name: ubu22-clang15-runtime16-debug + os: ubuntu-22.04 + compiler: clang-15 + clang-runtime: '16' + debug_build: true + - name: ubu20-gcc7-runtime11-analyzers os: ubuntu-20.04 compiler: gcc-7 @@ -387,12 +393,6 @@ jobs: compiler: clang-15 clang-runtime: '16' - - name: ubu22-clang15-runtime16-debug - os: ubuntu-22.04 - compiler: clang-15 - clang-runtime: '16' - debug_build: true - - name: ubuntu-clang15-runtime16-doc os: ubuntu-latest compiler: clang-15