Skip to content

Commit

Permalink
Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Aug 8, 2024
1 parent 272514b commit c4e7194
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ 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: |
sudo xcode-select -s /Library/Developer/CommandLineTools
- 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c4e7194

Please sign in to comment.