We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca003c commit ba82a1dCopy full SHA for ba82a1d
.github/workflows/ci.yml
@@ -597,15 +597,15 @@ jobs:
597
- toolset: msvc-14.3
598
cxxstd: "14,17,20,latest"
599
addrmd: 32,64
600
- os: windows-2022
+ os: windows-2025
601
- toolset: clang-win
602
cxxstd: "14,17,latest"
603
addrmd: 64
604
605
- toolset: gcc
606
cxxstd: "03,11,14,17,2a"
607
608
609
610
timeout-minutes: 180
611
runs-on: ${{matrix.os}}
0 commit comments