diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7e4648..32379e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: - macos-latest-clang - ubuntu-latest-clang - ubuntu-latest-gcc - - windows-2016-msvc - windows-latest-msvc include: @@ -42,11 +41,6 @@ jobs: c_compiler: msvc cxx_compiler: msvc - - toolchain: windows-2016-msvc - os: windows-2016 - c_compiler: msvc - cxx_compiler: msvc - steps: - name: Checkout Code