File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,31 +17,31 @@ jobs:
1717 config :
1818 - name : Windows MSVC (dynamic)
1919 os : windows
20- os-version : 2022
20+ os-version : 2025
2121 environment : msvc
2222 shell : pwsh
2323 static : false
2424 fatal_warnings : false # TODO: enable fatal warnings, once cpp-httplib is patched either by ourselves or by the maintainers
2525
2626 - name : Windows MSVC (static)
2727 os : windows
28- os-version : 2022
28+ os-version : 2025
2929 environment : msvc
3030 shell : pwsh
3131 static : true
3232 fatal_warnings : false # TODO: enable fatal warnings, once cpp-httplib is patched either by ourselves or by the maintainers
3333
3434 - name : Windows MingGW
3535 os : windows
36- os-version : 2022
36+ os-version : 2025
3737 environment : mingw
3838 architecture : x86_64
3939 shell : ' msys2 {0}'
4040 fatal_warnings : true
4141
4242 - name : Windows UCRT
4343 os : windows
44- os-version : 2022
44+ os-version : 2025
4545 environment : ucrt
4646 architecture : ucrt-x86_64
4747 shell : ' msys2 {0}'
Original file line number Diff line number Diff line change 99jobs :
1010 installer :
1111 name : Windows MSVC Installer
12- runs-on : windows-2022
13-
12+ runs-on : windows-2025
1413 defaults :
1514 run :
1615 shell : pwsh
You can’t perform that action at this time.
0 commit comments