From 95df6cc8aa279e16b9e5747d334d43f3e675aa0e Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Thu, 18 Jan 2024 11:55:34 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c02bc82e..7de1693ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,10 +72,10 @@ jobs: run: | # xcode-select --install || softwareupdate --all --install --force # brew uninstall --force $(brew list | grep python@) && brew cleanup || echo "python not installed" - brew uninstall --ignore-dependencies python - echo "all pythons are removed" - brew reinstall python@3.11 - echo "python3.11 is installed now" + # brew uninstall --ignore-dependencies python + # echo "all pythons are removed" + # brew reinstall python@3.12 + # echo "python3.11 is installed now" #python3 -m pip install --upgrade setuptools pip brew install create-dmg tree echo "installed create-dmg tree "