Skip to content

Commit

Permalink
ci: pass local=false and build=optimised to macos builds
Browse files Browse the repository at this point in the history
Fixes an issue where release builds for macOS were optimised for the compiling machine rather than for distribution.
  • Loading branch information
LukeUsher committed Nov 29, 2023
1 parent df031a7 commit 2a81940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: ${MAKE:-make} -j4 -C desktop-ui build=optimized local=false compiler="${{ matrix.platform.compiler }}" windres="${{ matrix.platform.windres }}"
- name: "macOS: Make universal app"
if: runner.os == 'macOS'
run: scripts/macos-make-universal.sh
run: scripts/macos-make-universal.sh build=optimized local=false
env:
MAKEFLAGS: -j3
MACOS_CERTIFICATE_NAME: ${{ secrets.MACOS_CERTIFICATE_NAME }}
Expand Down

0 comments on commit 2a81940

Please sign in to comment.