update MSVC toolset version

release/4.3a0
Varun Agrawal 2024-06-25 18:02:55 -04:00
parent a2a7a06646
commit afee6ed106
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x${{matrix.platform}}
toolset: 14.2
toolset: 14.40
- name: cl version (Windows)
if: runner.os == 'Windows'

View File

@ -50,7 +50,7 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x${{ matrix.platform }}
toolset: 14.2
toolset: 14.40
- name: cl version
shell: cmd