From 0543b861caec514f66bf410139a0748fb43f5cf6 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 9 Jul 2025 19:31:12 +0500 Subject: [PATCH] ci: upgrade win32-i386 build runner to windows-2022 (which probably will break XP support... or it might not) --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 549c178d..45ceb939 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -60,7 +60,7 @@ jobs: - os: windows-latest targetos: win32 targetarch: amd64 - - os: windows-2019 # always use the oldest possible for 32-bit because of older compilers, and better support of certain legacy OSes + - os: windows-2022 # always use the oldest possible for 32-bit because of older compilers, and better support of certain legacy OSes targetos: win32 targetarch: i386 - os: macos-14 # arm64 as per github documentation