From b492d8d65768cfed5fed6aba0192ce118002debf Mon Sep 17 00:00:00 2001 From: AlexanderSinn Date: Sun, 17 Dec 2023 22:07:30 +0100 Subject: [PATCH] try use python 3.y --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e3ab77c83f..adadbe7549 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -58,8 +58,8 @@ jobs: brew --cache set +e - brew install --overwrite python@3.12 - brew link python@3.12 --force --overwrite + brew install --overwrite python@3.y + brew link python@3.y --force --overwrite brew install fftw --only-dependencies --force --overwrite brew install fftw