diff --git a/.github/workflows/build-app-wxpython.yml b/.github/workflows/build-app-wxpython.yml index ed59695c8..69c7d98ed 100644 --- a/.github/workflows/build-app-wxpython.yml +++ b/.github/workflows/build-app-wxpython.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - name: Build Binary - run: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 Build-Binary.command --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}" --key "${{ env.ANALYTICS_KEY }}" --site "${{ env.ANALYTICS_SITE }}" + run: /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 Build-Binary.command --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}" --key "${{ env.ANALYTICS_KEY }}" --site "${{ env.ANALYTICS_SITE }}" # - name: Import Certificate # if: (!security find-certificate -c "${{ env.MAC_CODESIGN_IDENTITY }}") diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 685097e37..fc66bd1d7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d06f8343..5cd7fc983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,14 @@ - BlueToolFixup 2.6.8 - rolling (2305aaa) - CryptexFixup 1.0.2 - release - PatcherSupportPkg 1.2.6 - release +- Build Server Changes: + - Upgrade Python backend to 3.11.5 + - Upgrade Python modules: + - requests - 2.31.0 + - pyobjc - 9.2 + - wxpython - 4.2.1 + - pyinstaller - 5.13.2 + - packaging - 23.1 ## 0.6.8 - Update non-Metal Binaries: