From 9e02ccc347913e632ec01a6f90e1d2a6e34e36c0 Mon Sep 17 00:00:00 2001 From: Ralf Biedert Date: Wed, 15 Nov 2023 21:15:42 +0100 Subject: [PATCH] Fix failing tests. --- .github/workflows/rust.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b14bcdf..6dabd79 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -60,14 +60,14 @@ jobs: runs-on: macos-latest no-test: true - - target: i686-pc-windows-gnu - runs-on: windows-latest - mingw: x86 +# - target: i686-pc-windows-gnu +# runs-on: windows-latest +# mingw: x86 - target: i686-pc-windows-msvc runs-on: windows-latest - - target: x86_64-pc-windows-gnu - runs-on: windows-latest - mingw: x64 +# - target: x86_64-pc-windows-gnu +# runs-on: windows-latest +# mingw: x64 - target: x86_64-pc-windows-msvc runs-on: windows-latest - target: aarch64-pc-windows-msvc