diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16a0d3b..def0c7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,11 @@ jobs: shared: - ON - OFF + include: + - os: windows-2022 + vstoolset: 14.29 # VS 2019 16.11.x + - os: windows-2022 + vstoolset: 14.38 # VS 2022 17.8.x steps: - name: Checkout sources @@ -35,6 +40,8 @@ jobs: - name: Make sure MSVC is found when Ninja generator is in use uses: ilammy/msvc-dev-cmd@v1 + with: + toolset: ${{ matrix.vstoolset }} - name: Install linux dependencies if: runner.os == 'Linux'