diff --git a/.github/workflows/nmodl-ci.yml b/.github/workflows/nmodl-ci.yml index 903107f640..c5c6c397c2 100644 --- a/.github/workflows/nmodl-ci.yml +++ b/.github/workflows/nmodl-ci.yml @@ -58,6 +58,8 @@ jobs: - name: Install homebrew packages if: startsWith(matrix.config.os, 'macOS') run: | + brew install python@3.12 || true + brew link --overwrite python@3.12 brew install ccache coreutils bison boost flex ninja echo /usr/local/opt/flex/bin:/usr/local/opt/bison/bin >> $GITHUB_PATH # Taken from https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources