Use windows-2025 runner

This commit is contained in:
Ion Gaztañaga
2025-07-07 23:41:16 +02:00
parent 8c01cc2b8a
commit 487bfaad88

View File

@@ -597,15 +597,15 @@ jobs:
- toolset: msvc-14.3 - toolset: msvc-14.3
cxxstd: "14,17,20,latest" cxxstd: "14,17,20,latest"
addrmd: 32,64 addrmd: 32,64
os: windows-2022 os: windows-2025
- toolset: clang-win - toolset: clang-win
cxxstd: "14,17,latest" cxxstd: "14,17,latest"
addrmd: 64 addrmd: 64
os: windows-2022 os: windows-2025
- toolset: gcc - toolset: gcc
cxxstd: "03,11,14,17,2a" cxxstd: "03,11,14,17,2a"
addrmd: 64 addrmd: 64
os: windows-2022 os: windows-2025
timeout-minutes: 180 timeout-minutes: 180
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}