diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 9b62cff059d..aebad0e24cc 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -131,10 +131,6 @@ jobs: uses: TheMrMilchmann/setup-msvc-dev@v3 with: arch: x64 - # By default Visual Studio 2022 chooses the earliest installed toolset - # version for the main build and vcpkg chooses the latest. Force it to - # use the latest (14.39 currently). - toolset: ${{ matrix.os == 'windows-2022' && '14.39' || '' }} # This must happen after checkout, because checkout would remove the directory. - name: Install Ninja uses: seanmiddleditch/gha-setup-ninja@v4 diff --git a/.github/workflows/unit-test-runs.yml b/.github/workflows/unit-test-runs.yml index dea85a3fea4..0b1bfce01f3 100644 --- a/.github/workflows/unit-test-runs.yml +++ b/.github/workflows/unit-test-runs.yml @@ -32,10 +32,6 @@ jobs: if: ${{ startsWith(matrix.os, 'windows-') }} with: arch: x64 - # By default Visual Studio 2022 chooses the earliest installed toolset - # version for the main build and vcpkg chooses the latest. Force it to - # use the latest (14.39 currently). - toolset: '14.39' # Configure required environment variables for vcpkg to use # GitHub's Action Cache