Skip to content

Commit 96aa5a2

Browse files
committed
test running CI on windows-2025 image
1 parent 18cb138 commit 96aa5a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,25 +104,25 @@ jobs:
104104
name: [ VS2015 x86 Development, VS2015 x64 Development, VS2015 x64 Release, VS2019 x64 Development, VS2022 x64 Development ]
105105
include:
106106
- name: VS2015 x86 Development
107-
os: windows-2019
107+
os: windows-2025
108108
compiler: VS2015
109109
toolset: v140
110110
platform: x86
111111
configuration: Development
112112
- name: VS2015 x64 Development
113-
os: windows-2019
113+
os: windows-2025
114114
compiler: VS2015
115115
toolset: v140
116116
platform: x64
117117
configuration: Development
118118
- name: VS2015 x64 Release
119-
os: windows-2019
119+
os: windows-2025
120120
compiler: VS2015
121121
toolset: v140
122122
platform: x64
123123
configuration: Release
124124
- name: VS2019 x64 Development
125-
os: windows-2019
125+
os: windows-2025
126126
compiler: VS2019
127127
toolset: v142
128128
platform: x64

0 commit comments

Comments
 (0)