1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Build universal x86_64/arm64 binaries on OS X

This commit is contained in:
Martin Tůma 2023-07-06 10:56:56 +02:00
parent 1871f85acc
commit 56c77df176

View File

@ -44,7 +44,7 @@ jobs:
- name: Create localization
run: lrelease gpxsee.pro
- name: Configure build
run: qmake gpxsee.pro
run: qmake gpxsee.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
- name: Build project
run: make -j3
- name: Create DMG