Skip to content

Commit

Permalink
Force py2app to output intel for now
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed May 25, 2024
1 parent 813b751 commit eed59be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check Python
run: |
python3-intel64 --version
python3-intel64 -c "import platform; print('macOS version:', platform.mac_ver()[0])"
python3-intel64 -c "import platform; print('macOS version:', platform.mac_ver()[0], platform.platform())"
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Build Application
run: |
source venv/bin/activate
python App/setup.py py2app
python App/setup.py py2app --arch intel
- name: Codesign and Notarize
run: |
Expand Down

0 comments on commit eed59be

Please sign in to comment.