diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81a5407a..2ea23066 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: # you can specify the version after `-` like "llvm-13.0.0". - llvm - gcc-11 - - msvc-19 + - msvc-2022 build_type: - Release - Debug @@ -147,11 +147,11 @@ jobs: exclude: - os: ubuntu-22.04 - compiler: msvc-19 + compiler: msvc-2022 - os: macos-12 compiler: gcc-11 - os: macos-12 - compiler: msvc-19 + compiler: msvc-2022 - os: windows-2022 compiler: gcc-11 - os: windows-2022