diff --git a/.github/workflows/build_packages.yml b/.github/workflows/build_packages.yml index 339f6fe9..35d5f882 100644 --- a/.github/workflows/build_packages.yml +++ b/.github/workflows/build_packages.yml @@ -28,8 +28,8 @@ jobs: - name: Install Homebrew dependencies run: | brew update - brew unlink libtiff python - brew install ninja python@3.11 + brew unlink libtiff + brew install ninja python@3.12 - name: Use the Command Line Tools run: | @@ -37,8 +37,8 @@ jobs: - name: Install Qt6 run: | - python3.11 -m pip install --upgrade pip setuptools wheel - python3.11 -m pip install aqtinstall + python3.12 -m pip install --upgrade pip setuptools wheel + python3.12 -m pip install aqtinstall aqt install-qt -O ${{ github.workspace }}/Qt/ mac desktop ${QT_VERSION} - name: Install vc-deps @@ -69,7 +69,7 @@ jobs: - name: Create package run: | cmake --install build/ --prefix "${{ env.install_dir }}" - python3.11 utils/scripts/macos_codesign_release.py -i "${{ env.install_dir }}" + python3.12 utils/scripts/macos_codesign_release.py -i "${{ env.install_dir }}" ditto -c -k "${{ env.install_dir }}" ${{ env.package_name }} - name: Upload artifacts