Skip to content

Commit

Permalink
Bump cmake / disable framework
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 23, 2024
1 parent 9339143 commit 4b179f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-macos-qt6.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 🍎 Build - MacOS
name: 🍎 Build - MacOS Qt6
on:
push:
branches:
Expand Down Expand Up @@ -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.5

- name: 🎡 Setup vcpkg
id: setup-vcpkg
Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit 4b179f7

Please sign in to comment.