From d28de0e46ecf569bc0b9d8888cf0b9f3bba119c6 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 16 Jun 2023 21:48:25 +0200 Subject: [PATCH] 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 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7e8c16d..3c4b9bb 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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