File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,13 @@ jobs:
156
156
if : github.ref_type != 'tag'
157
157
runs-on : ${{ matrix.os }}
158
158
env :
159
- VS_VERSION : ${{ (matrix.os == 'windows-2019' && '2019' || (matrix.os == 'windows- 2022' && '2022' || '')) }}
159
+ VS_VERSION : 2022
160
160
161
161
strategy :
162
162
fail-fast : false
163
163
matrix :
164
164
os :
165
- - windows-2022
166
- - windows-2019
165
+ - windows-2025
167
166
platform : [x64, x86]
168
167
169
168
steps :
@@ -186,7 +185,7 @@ jobs:
186
185
shell : cmd
187
186
env :
188
187
PLATFORM : ${{ matrix.platform }}
189
- VS_SCRIPT : ${{ matrix.os == 'windows-2022' && ' C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Enterprise\Common7\Tools\VsDevCmd.bat' || 'C:\Program Files (x86)\Microsoft Visual Studio\%VS_VERSION%\Enterprise\Common7\Tools\VsDevCmd.bat' }}
188
+ VS_SCRIPT : C:\Program Files\Microsoft Visual Studio\%VS_VERSION%\Enterprise\Common7\Tools\VsDevCmd.bat
190
189
run : |
191
190
set SEVENZIP=C:\Program Files\7-Zip
192
191
set INNO6_SETUP_PATH=C:\Program Files (x86)\Inno Setup 6
You can’t perform that action at this time.
0 commit comments