Skip to content

Commit a6ff87b

Browse files
committed
Update macos_debug.yml
1 parent 467a399 commit a6ff87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
export JOBS=$((`sysctl -n hw.ncpu`+1))
8181
qmake -r ${SOURCE_DIR}/qgroundcontrol.pro CONFIG+=installer CONFIG+=${BUILD_TYPE}
82-
make -j$JOBS
82+
make -j$JOBS -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
8383
8484
- name: Upload Build File
8585
uses: ./.github/actions/upload

0 commit comments

Comments
 (0)