From c81281f8d08d0b598eaf0d9ba396565f78285cf4 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:21:25 -0300 Subject: [PATCH] Revert "readd vscode build for testing purposes" This reverts commit 6d07aa354430da0b49fcbb74e8ca7db7ba9154b9. --- .github/workflows/desktop-build.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 366344b7f..cb6f3d7b6 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -322,19 +322,7 @@ jobs: cmake_generator: Ninja ccache_variant: sccache - - os: Windows - target: 10 - runner: windows-2025 - type: Release - make_package: 1 - package_suffix: "-Win10" - qt_version: 6.10.* - qt_arch: win64_msvc2022_64 - qt_modules: qtimageformats qtmultimedia qtwebsockets - cmake_generator: "Visual Studio 17 2022" - ccache_variant: sccache - - name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}${{ 'Windows' && ' matrix.cmake_generator' || '' }} + name: ${{matrix.os}} ${{matrix.target}}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }} needs: configure runs-on: ${{matrix.runner}} env: