Skip to content

Commit 6b4732f

Browse files
committedJan 18, 2021
8259679: GitHub actions should use MSVC 14.28
Reviewed-by: ihse, redestad
1 parent 061ffc4 commit 6b4732f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/submit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ jobs:
10221022
run: >
10231023
Start-Process -FilePath 'C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe' -Wait -NoNewWindow -ArgumentList
10241024
'modify --installPath "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise" --quiet
1025-
--add Microsoft.VisualStudio.Component.VC.14.27.x86.x64'
1025+
--add Microsoft.VisualStudio.Component.VC.14.28.x86.x64'
10261026
10271027
- name: Configure
10281028
run: >
@@ -1033,7 +1033,7 @@ jobs:
10331033
$env:GTEST = cygpath "$env:GITHUB_WORKSPACE/gtest" ;
10341034
& bash configure
10351035
--with-conf-name=windows-x64
1036-
--with-msvc-toolset-version=14.27
1036+
--with-msvc-toolset-version=14.28
10371037
${{ matrix.flags }}
10381038
--with-version-opt="$env:GITHUB_ACTOR-$env:GITHUB_SHA"
10391039
--with-version-build=0

0 commit comments

Comments
 (0)
Please sign in to comment.