diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 9135670dc1..29690e4fcf 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -27,12 +27,6 @@ jobs: platform: x64, qt: 6.5.2 } - - { - name: "Build On Win32 Qt 6.5", - arch: win32_msvc2019, - platform: x86, - qt: 6.5.2 - } steps: # Checks-out your repository under $GITHUB_WORKSPACE.