diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c762ae3..424540ada 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,21 +94,26 @@ jobs: compiler: clang clang-runtime: '17' - - name: win-msvc-runtime14 - os: windows-latest + - name: win2022-msvc-runtime14 + os: windows-2022 compiler: msvc clang-runtime: '14' - - name: win-msvc-runtime15 - os: windows-latest + - name: win2022-msvc-runtime15 + os: windows-2022 compiler: msvc clang-runtime: '15' - - name: win-msvc-runtime16 - os: windows-latest + - name: win2022-msvc-runtime16 + os: windows-2022 compiler: msvc clang-runtime: '16' + - name: win2022-msvc-runtime17 + os: windows-2022 + compiler: msvc + clang-runtime: '17' + - name: ubu22-clang15-runtime16-debug os: ubuntu-22.04 compiler: clang-15