Skip to content

Commit a4ce67c

Browse files
committed
Fix CI
1 parent d72ea89 commit a4ce67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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"

0 commit comments

Comments
 (0)