ci: windows: Switch to Server 2019 runner image

There seems to be a weird issue with toolset and host OS version, that
makes x86 Windows builds of capstone misbehave. It is not quite clear,
what is the exact issue, but switching to another runner image that also
uses a bit older toolset seems to help.

Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>
This commit is contained in:
Anatol Belski 2023-06-16 21:48:25 +02:00
parent b37d4e0443
commit d28de0e46e

View File

@ -88,7 +88,7 @@ jobs:
strategy:
matrix:
arch: [x86, amd64]
runs-on: windows-2022
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1