Merge pull request #1687 from mcuee/remove_msys2_32bit_build

Remove 32bit MSYS2 mingw32 and clang32 build
This commit is contained in:
Stefan Rueger
2024-02-14 21:53:28 +13:00
committed by GitHub

View File

@@ -257,10 +257,8 @@ jobs:
strategy:
matrix:
include:
- { sys: mingw32, env: i686 }
- { sys: mingw64, env: x86_64 }
- { sys: ucrt64, env: ucrt-x86_64 }
- { sys: clang32, env: clang-i686 }
- { sys: clang64, env: clang-x86_64 }
steps:
- uses: actions/checkout@v3