From fa004cc4982be9a6760d270d9fdda712286e9baf Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 4 Jul 2026 23:23:28 +0200 Subject: [PATCH] use existing target value https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html --- .github/workflows/desktop-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 3bdd19e66..ba4801ca1 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -266,7 +266,6 @@ jobs: cmake_generator: Ninja make_package: true - override_target: 13 qt_version: 6.11.0 qt_arch: clang_64 qt_modules: qtimageformats qtmultimedia qtwebsockets @@ -444,7 +443,7 @@ jobs: MACOS_CI_KEYCHAIN_PWD: ${{ secrets.PROD_MACOS_CI_KEYCHAIN_PWD }} MAKE_PACKAGE: ${{ matrix.make_package }} PACKAGE_SUFFIX: "-${{ matrix.os }}${{ matrix.os_target_version }}${{ case(matrix.soc == 'Intel', '_Intel', '') }}" - TARGET_MACOS_VERSION: ${{ matrix.override_target }} + TARGET_MACOS_VERSION: ${{ matrix.os_target_version }} USE_CCACHE: ${{ matrix.use_ccache }} VCPKG_BINARY_SOURCES: "clear;files,${{ steps.vcpkg-cache.outputs.path }},readwrite" VCPKG_DISABLE_METRICS: true