File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99jobs :
1010 build :
1111 name : Build (${{matrix.architecture}}, ${{matrix.configuration}})
12- runs-on : windows-2022
12+ runs-on : windows-2025
1313
1414 strategy :
1515 fail-fast : false
2626 - name : Build configure
2727 shell : cmd
2828 run : |
29- call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\Common7\Tools\VsDevCmd.bat"
29+ call "C:\Program Files\Microsoft Visual Studio\18 \Enterprise\Common7\Tools\VsDevCmd.bat"
3030 msbuild Configure.sln /m /t:Rebuild /p:Configuration=${{matrix.configuration}},Platform=${{matrix.architecture}}
Original file line number Diff line number Diff line change 2525 - name : Build configure
2626 shell : cmd
2727 run : |
28- call "C:\Program Files\Microsoft Visual Studio\2022 \Enterprise\Common7\Tools\VsDevCmd.bat"
28+ call "C:\Program Files\Microsoft Visual Studio\18 \Enterprise\Common7\Tools\VsDevCmd.bat"
2929 msbuild Configure.sln /m /t:Rebuild /p:Configuration=Release,Platform=${{matrix.architecture}}
3030
3131 - name : Upload executable
3636
3737 release :
3838 name : Release
39- runs-on : windows-2022
39+ runs-on : windows-2025
4040 needs : build
4141
4242 permissions :
Original file line number Diff line number Diff line change 11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio Version 17
4- VisualStudioVersion = 17.14.37027.9 d 17.14
5- MinimumVisualStudioVersion = 10.0.40219.1
3+ # Visual Studio Version 18
64Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "Configure" , "src\Configure.vcxproj" , "{EA8B95B3-D0CD-5FEC-5494-F47FE7DEE472}"
75EndProject
86Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Configs" , "Configs" , "{F8B8EE9B-6770-48AC-9E26-FA05245E4ED8}"
Original file line number Diff line number Diff line change 4747 <ConfigurationType >Application</ConfigurationType >
4848 <UseOfMfc >Dynamic</UseOfMfc >
4949 <CharacterSet >Unicode</CharacterSet >
50- <PlatformToolset >v143 </PlatformToolset >
50+ <PlatformToolset >v145 </PlatformToolset >
5151 </PropertyGroup >
5252 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
5353 <ImportGroup Label =" ExtensionSettings" >
213213 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
214214 <ImportGroup Label =" ExtensionTargets" >
215215 </ImportGroup >
216- </Project >
216+ </Project >
You can’t perform that action at this time.
0 commit comments