Skip to content

Commit b28d258

Browse files
committed
ci: update windows server runner image to windows-2025
1 parent 8cf3ea1 commit b28d258

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}'

.github/workflows/windows_installer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
jobs:
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

0 commit comments

Comments
 (0)