Skip to content

Commit ba82a1d

Browse files
committed
Use windows 2025 runner
1 parent 8ca003c commit ba82a1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,15 +597,15 @@ jobs:
597597
- toolset: msvc-14.3
598598
cxxstd: "14,17,20,latest"
599599
addrmd: 32,64
600-
os: windows-2022
600+
os: windows-2025
601601
- toolset: clang-win
602602
cxxstd: "14,17,latest"
603603
addrmd: 64
604-
os: windows-2022
604+
os: windows-2025
605605
- toolset: gcc
606606
cxxstd: "03,11,14,17,2a"
607607
addrmd: 64
608-
os: windows-2022
608+
os: windows-2025
609609

610610
timeout-minutes: 180
611611
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)