Skip to content

Commit 68b03dc

Browse files
committed
qml: macos: let cmake_osx_architectures as default as we use brew packages and depend on what they provide anyways
1 parent 7c7c9d4 commit 68b03dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ossia-qml.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
-DOSSIA_CI=1 \
5252
-DOSSIA_QML_ONLY=1 \
5353
-DCMAKE_INSTALL_PREFIX=install \
54-
-DCMAKE_BUILD_TYPE=Release \
55-
-DCMAKE_OSX_ARCHITECTURES="x86_64"
54+
-DCMAKE_BUILD_TYPE=Release
5655
cmake --build build
5756
cmake --build build --target install
5857
# - name: Code Signing

0 commit comments

Comments
 (0)