From 8d47b4b2af4d7d65bdd573ca83be2fa6687c5a5a Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 28 Oct 2021 11:18:12 +0200 Subject: [PATCH] .github: Attempt to build universal binaries for macOS --- .github/workflows/python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 766c4ac..66a324d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -44,6 +44,7 @@ jobs: run: pyinstaller --onefile --name legendary + --target-architecture universal2 ${{ steps.strip.outputs.option }} cli.py env: