diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32379e8..eb4d38f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - macos-latest-clang - ubuntu-latest-clang - ubuntu-latest-gcc + - windows-2019-msvc - windows-latest-msvc include: @@ -36,6 +37,11 @@ jobs: c_compiler: cc cxx_compiler: g++ + - toolchain: windows-2019-msvc + os: windows-2019 + c_compiler: msvc + cxx_compiler: msvc + - toolchain: windows-latest-msvc os: windows-latest c_compiler: msvc