diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index b58e97790d..c65a3e9a1d 100644 --- a/.github/workflows/os-zoo.yml +++ b/.github/workflows/os-zoo.yml @@ -125,7 +125,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, windows-2022] + os: [windows-2022, windows-2025] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5234a5ab3d..f6bba3ba75 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,13 +19,13 @@ jobs: matrix: platform: - arch: win64 - os: windows-2019 + os: windows-2022 config: enable-fips - arch: win64 - os: windows-2022 + os: windows-2025 config: enable-fips no-thread-pool no-quic - arch: win32 - os: windows-2022 + os: windows-2025 config: --strict-warnings no-fips runs-on: ${{ matrix.platform.os }} steps: @@ -93,7 +93,6 @@ jobs: strategy: matrix: os: -# Reducing CI footprint - windows-2019 - windows-2022 runs-on: ${{ matrix.os }} steps: @@ -130,8 +129,7 @@ jobs: strategy: matrix: os: - - windows-2019 -# Reducing CI footprint - windows-2022 + - windows-2022 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -168,9 +166,7 @@ jobs: strategy: matrix: os: - - windows-2019 -# really worth while running, too? cygwin should mask this -# - windows-2022 + - windows-2022 platform: - arch: win64 config: -DCMAKE_C_COMPILER=gcc --strict-warnings enable-demos no-fips