Windows standalone build: rollback to Python 3.11 as Nuitka is not working with 3.12

This commit is contained in:
Fabien LOISON 2023-10-06 14:46:35 +02:00
parent deef18712b
commit e459110ac4
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.11"
- name: "Build YOGA Windows Standelone Version"
run: |