From e7f0000aaafacca73dccb1a0264e2e6390594b1e Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Sat, 28 Sep 2024 13:15:25 +0200 Subject: [PATCH] update CI actions --- tools/gha_osx_debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gha_osx_debug.sh b/tools/gha_osx_debug.sh index 16460611..59579781 100644 --- a/tools/gha_osx_debug.sh +++ b/tools/gha_osx_debug.sh @@ -7,7 +7,7 @@ set -x set -e # Install conda+deps. -wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh -O miniforge3.sh +wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-x86_64.sh -O miniforge3.sh export deps_dir=$HOME/local export PATH="$HOME/miniforge3/bin:$PATH" bash miniforge3.sh -b -p $HOME/miniforge3