From 5d5c5729d199b8cbab0fc61a04a330c49f34e06c Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Tue, 11 Jun 2024 13:07:59 +0200 Subject: [PATCH] Use windows-2019 runner in CI - llvm build fails on windows-2022 - underlying issue is unclear but this is a short term workaround - resolves #104 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0d9d0f..0eae52e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,10 +55,10 @@ jobs: platform: "musllinux" arch: "i686" # windows - - os: windows-latest + - os: windows-2019 platform: "win" arch: "AMD64" - - os: windows-latest + - os: windows-2019 platform: "win" arch: "x86" # macos