From cf2d60efca623ded6c94ca2f07495a367b0d7e01 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Fri, 3 May 2024 17:55:23 -0700 Subject: [PATCH] ci: Use latest stable wine in testing This works around bugs in Rust v1.78 that introduce incompatibilities into Wine. https://github.com/smol-rs/polling/pull/201#issuecomment-2092385046 Signed-off-by: John Nunley --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2e03e7..a61bec8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,6 @@ jobs: - uses: taiki-e/setup-cross-toolchain-action@v1 with: target: x86_64-pc-windows-gnu - runner: wine@7.13 - run: cargo test --target x86_64-pc-windows-gnu msrv: