8259679: GitHub actions should use MSVC 14.28

Reviewed-by: ihse, redestad
This commit is contained in:
Aleksey Shipilev 2021-01-18 18:42:05 +00:00
parent 061ffc47cf
commit 6b4732fe51

View File

@ -1022,7 +1022,7 @@ jobs:
run: >
Start-Process -FilePath 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe' -Wait -NoNewWindow -ArgumentList
'modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise" --quiet
--add Microsoft.VisualStudio.Component.VC.14.27.x86.x64'
--add Microsoft.VisualStudio.Component.VC.14.28.x86.x64'
- name: Configure
run: >
@ -1033,7 +1033,7 @@ jobs:
$env:GTEST = cygpath "$env:GITHUB_WORKSPACE/gtest" ;
& bash configure
--with-conf-name=windows-x64
--with-msvc-toolset-version=14.27
--with-msvc-toolset-version=14.28
${{ matrix.flags }}
--with-version-opt="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
--with-version-build=0