From 800d8b8c50bb4185f3b702f4af530d534d015184 Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Mon, 3 Feb 2025 16:39:03 -0600 Subject: [PATCH] ci: stick with Windows 2022 until we resolve Windows 2025 issues Signed-off-by: Jafar Al-Gharaibeh --- .github/workflows/build.yml | 2 +- .github/workflows/packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54cb3595..8cb68fec9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: cfg: - - { os: windows-latest, name: 'Windows 64-bit', pkg: 'Windows_64-bit', opt: '--enable-werror' } + - { os: windows-2022, name: 'Windows 64-bit', pkg: 'Windows_64-bit', opt: '--enable-werror' } #- { os: windows-latest, name: 'Windows 32-bit', opt: '--build=i686-w64-mingw32 --host=i686-w64-mingw32' } defaults: diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index deca138bf..e8dc7e1a2 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: cfg: - - { os: windows-latest, name: 'Windows_64-bit', opt: '' } + - { os: windows-2022, name: 'Windows_64-bit', opt: '' } #- { os: windows-latest, name: 'Windows_32-bit', opt: '--build=i686-w64-mingw32 --host=i686-w64-mingw32' } defaults: