mirror of
https://github.com/danog/ir.git
synced 2024-12-02 17:55:40 +01:00
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:
parent
b37d4e0443
commit
d28de0e46e
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x86, amd64]
|
arch: [x86, amd64]
|
||||||
runs-on: windows-2022
|
runs-on: windows-2019
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user