Skip to content

Commit

Permalink
Update pyinstaller-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jramboz authored May 8, 2024
1 parent 464da17 commit 1ebb786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: PyInstaller Action
uses: Martin005/pyinstaller-action@v1.2.0
with:
python_ver: '3.10'
python_ver: '3.12'
spec: 'tintalle-win.spec'
requirements: 'build-requirements.txt'
upload_exe_with_name: 'py2saber-win'
Expand All @@ -22,8 +22,8 @@ jobs:
- name: PyInstaller Action
uses: Martin005/pyinstaller-action@v1.2.0
with:
python_ver: '3.10'
python_ver: '3.12'
spec: 'tintalle-mac.spec'
requirements: 'build-requirements.txt'
python_arch: 'universal2'
python_arch: 'x64'
upload_exe_with_name: 'py2saber-mac'

0 comments on commit 1ebb786

Please sign in to comment.