Skip to content

Commit a2281ce

Browse files
authored
Update OSes in CI (#99)
1 parent d662bcb commit a2281ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,18 @@ jobs:
135135
cxxstd: "14,17,latest"
136136
addrmd: 32,64
137137
os: windows-2022
138+
- toolset: msvc
139+
cxxstd: "14,17,latest"
140+
addrmd: 32,64
141+
os: windows-2025
138142
- toolset: msvc-14.2
139143
cxxstd: "14,17,latest"
140144
addrmd: 32,64
141-
os: windows-2019
145+
os: windows-2022
142146
- toolset: gcc
143147
cxxstd: "11,14,17,2a"
144148
addrmd: 64
145-
os: windows-2019
149+
os: windows-2025
146150

147151
runs-on: ${{matrix.os}}
148152

0 commit comments

Comments
 (0)