From d10ec34c35b3beb01de0a0016e88c9a53308cfe8 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 8 Sep 2024 20:33:04 +0200 Subject: [PATCH] Remove Windows cross-compilation --- .github/workflows/ci.yml | 14 -------------- 1 file changed, 14 deletions(-) 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