Upgrade Python backend to 3.11

This commit is contained in:
Mykola Grymalyuk
2023-09-17 12:07:02 -06:00
parent ed63f12f2b
commit c2d26b4903
3 changed files with 10 additions and 2 deletions

View File

@@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Validate
run: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 OpenCore-Patcher-GUI.command --validate
run: /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 OpenCore-Patcher-GUI.command --validate