From 2f7dc21d842e5db548855158b7e98df281b12e3c Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 23 Oct 2024 14:14:05 +0200 Subject: [PATCH] Bump cmake / disable framework --- .github/workflows/build-macos-qt6.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos-qt6.yml b/.github/workflows/build-macos-qt6.yml index c0d0eebd9751..f335fdd43c8d 100644 --- a/.github/workflows/build-macos-qt6.yml +++ b/.github/workflows/build-macos-qt6.yml @@ -1,5 +1,5 @@ --- -name: 🍎 Build - MacOS +name: 🍎 Build - MacOS Qt6 on: push: branches: @@ -36,7 +36,7 @@ jobs: with: # Pin to specific version to avoid rebuilding too often # Also helps to avoid spurious build failures like https://github.com/qgis/QGIS/pull/47098 - cmakeVersion: 3.29.0 + cmakeVersion: 3.30.4 - name: 🎡 Setup vcpkg id: setup-vcpkg @@ -71,6 +71,7 @@ jobs: -D BUILD_WITH_QT6=ON \ -D WITH_QTWEBKIT=OFF \ -D WITH_BINDINGS=ON \ + -D QGIS_MACAPP_FRAMEWORK=OFF \ -D VCPKG_TARGET_TRIPLET="${{ matrix.triplet }}" \ -D VCPKG_HOST_TRIPLET="${{ matrix.triplet }}" \ -D VCPKG_INSTALL_OPTIONS="--only-binarycaching" \