From 4afd0eae3023c437610fbccd6570788b10cc5825 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 18 Apr 2025 17:58:02 +0200 Subject: [PATCH] Update desktop-build.yml --- .github/workflows/desktop-build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index fbb882aa2..30ae569d8 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -210,7 +210,6 @@ jobs: make_package: 1 - target: 14 - soc: Apple os: macos-14 xcode: "15.4" type: Release @@ -218,7 +217,6 @@ jobs: make_package: 1 - target: 15 - soc: Apple os: macos-15 xcode: "16.2" type: Release @@ -226,7 +224,6 @@ jobs: make_package: 1 - target: 15 - soc: Apple os: macos-15 xcode: "16.2" type: Debug @@ -349,13 +346,9 @@ jobs: fail-fast: false matrix: include: - - target: 7 - qt_version: 5.15.* - qt_arch: msvc2019_64 - - target: 10 qt_version: 6.6.* - qt_arch: msvc2019_64 + qt_arch: msvc2022_64 qt_modules: "qtimageformats qtmultimedia qtwebsockets" name: Windows ${{matrix.target}} @@ -383,7 +376,6 @@ jobs: setup-python: false version: ${{matrix.qt_version}} arch: win64_${{matrix.qt_arch}} - tools: ${{matrix.qt_tools}} modules: ${{matrix.qt_modules}} - name: Run vcpkg