From 68841d46709132b9051a62ea461b226d7b432ec0 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Sun, 17 Dec 2023 19:52:01 -0800 Subject: [PATCH] Remove MINGW32 from regression test scripts The MINGW32 test is failing randomly. It is not something that we typically need anyhow, so give up and remove it. --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3eb3c411a..3c18acd29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,8 +76,7 @@ jobs: fail-fast: false matrix: include: [ - { msystem: MINGW64, arch: x86_64 }, - { msystem: MINGW32, arch: i686 } + { msystem: MINGW64, arch: x86_64 } ] name: 🟪 ${{ matrix.msystem}} · ${{ matrix.arch }} defaults: