Skip to content

Commit b240ef3

Browse files
authored
Update build-macos.yml
1 parent 69fdfbb commit b240ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/[email protected]
2121
with:
22-
python-version: '3.x' # Use the Python version you need
22+
python-version: '3.13.0' # Use the Python version you need
2323

2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install pyinstaller
2828
2929
- name: Build with PyInstaller
30-
run: pyinstaller --onefile --windowed spelling_checker_gui.py
30+
run: pyinstaller --onedir --windowed spelling_checker_gui.py
3131

3232
- name: Archive build
3333
run: |

0 commit comments

Comments
 (0)