diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aa7bdef..dcdff5c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,8 +105,6 @@ jobs: target: - linux-x86_64-static - linux-x86_64-dyn - - win32-static - - win32-dyn include: - target: linux-x86_64-static image_variant: focal @@ -120,18 +118,6 @@ jobs: arch_name: linux-x86_64 run_test: true coverage: true - - target: win32-static - image_variant: f35 - lib_postfix: '64' - arch_name: i686-w64-mingw32 - run_test: false - coverage: false - - target: win32-dyn - image_variant: f35 - lib_postfix: '64' - arch_name: i686-w64-mingw32 - run_test: false - coverage: false env: HOME: /home/runner runs-on: ubuntu-22.04