From 202b45f2f68834d62f942f662b1487afa5fc3196 Mon Sep 17 00:00:00 2001 From: Joshua Minor Date: Tue, 28 Jan 2025 22:16:47 -0800 Subject: [PATCH] Removed mingw64 from CI matrix Signed-off-by: Joshua Minor --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88201f9..0f963a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,6 @@ jobs: - { os: macos-latest, shell: bash } - { os: macos-13, shell: bash } - { os: windows-latest, shell: pwsh } - - { os: windows-latest, shell: msys2, python-version: 'mingw64' } exclude: - { os: macos-latest, python-version: 3.7 } - { os: macos-latest, python-version: 3.8 }