ci: upgrade win32-i386 build runner to windows-2022 (which probably will break XP support... or it might not)

This commit is contained in:
Alibek Omarov
2025-07-09 19:31:12 +05:00
parent 0d403a7117
commit 0543b861ca

View File

@@ -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