From f901a919f6b70a69c19053df5e90d1ec148e3acb Mon Sep 17 00:00:00 2001 From: Sewer56 Date: Wed, 21 Jan 2026 13:47:42 +0000 Subject: [PATCH] Remove Wine testing from test workflow --- .github/workflows/test-workflow.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index bb5e1bf..c2dae75 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -43,14 +43,6 @@ jobs: - os: macos-latest # M1/M2 (aarch64) target: aarch64-apple-darwin use-cross: false - - os: ubuntu-latest - target: x86_64-pc-windows-gnu - use-cross: true - label: "[Wine] x86_64-pc-windows-gnu" - - os: ubuntu-latest - target: i686-pc-windows-gnu - use-cross: true - label: "[Wine] i686-pc-windows-gnu" runs-on: ${{ matrix.os }} steps: - name: Checkout Action Repository