File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 boost-version : ' 1.80.0' }
5555 - {os: windows-2019, compiler: msvc, version: '14.2', # VS 2019
5656 boost-version : ' 1.80.0' }
57- - {os: windows-latest, compiler: msvc, version: '14.3 ', # VS 2022
57+ - {os: windows-latest, compiler: msvc, version: '14.4 ', # VS 2022
5858 boost-version : ' 1.80.0' }
5959
6060 # macOS builds
@@ -130,7 +130,7 @@ jobs:
130130 if : startsWith(matrix.os, 'windows-') && matrix.boost-version
131131 run : |
132132 ${boostroot} = "C:\boost-${{ matrix.boost-version }}"
133- ${msvcver} = "${{ matrix.version }}" -replace '(\d+\.\d).* ','$1 '
133+ ${msvcver} = "${{ matrix.version }}" -replace '14.4 ','14.3 '
134134 if ("${{ steps.cache-boost.outputs.cache-hit }}" -ne "true" ) {
135135 ${boost_ver} = "${{ matrix.boost-version }}" -replace '\.','_'
136136 ${boostexe} = "boost_${boost_ver}-msvc-${msvcver}-64.exe"
You can’t perform that action at this time.
0 commit comments