From 4c01c2561d296f427b92bad9a1c728c8547c6b71 Mon Sep 17 00:00:00 2001 From: Peguen <73380451+Peguen@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:10:55 +0200 Subject: [PATCH] fix brew link. --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index bb035e2e2c..4a85631330 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -19,7 +19,7 @@ jobs: echo Killing XProtect.; sudo pkill -9 XProtect >/dev/null || true; - name: Install latest Python3 via brew - run: brew install python3 + run: brew install python3 || brew link --overwrite python@3.12 - name: Install Python requirements run: |