mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
build: bump macos python to 3.13
This commit is contained in:
parent
922e808afd
commit
bb983ef5ff
1 changed files with 5 additions and 5 deletions
10
.github/actions/prepare_macos_tooling/action.yml
vendored
10
.github/actions/prepare_macos_tooling/action.yml
vendored
|
@ -34,11 +34,11 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Install Python first to avoid multiple Python in the dep tree later on.
|
# Install Python first to avoid multiple Python in the dep tree later on.
|
||||||
sudo port -N install python312 py312-pip
|
sudo port -N install python313 py313-pip
|
||||||
sudo port select --set python python312
|
sudo port select --set python python313
|
||||||
sudo port select --set python3 python312
|
sudo port select --set python3 python313
|
||||||
sudo port select --set pip pip312
|
sudo port select --set pip pip313
|
||||||
sudo port select --set pip3 pip312
|
sudo port select --set pip3 pip313
|
||||||
|
|
||||||
# Install Clang to get better C23 support.
|
# Install Clang to get better C23 support.
|
||||||
sudo port -N install clang-16
|
sudo port -N install clang-16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue