Skip to content

Commit

Permalink
[CI] Fix macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Jul 4, 2024
1 parent 94c4537 commit 4d461a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo ln -s /opt/homebrew/bin/gfortran-12 /opt/homebrew/bin/gfortran
sudo ln -s /opt/homebrew/Cellar/gcc/12.*/lib/gcc/12/*.dylib /opt/homebrew/lib/
brew tap optimizers/cutest &&
brew install cutest --without-single
brew install cutest
sudo ln -s $GITHUB_WORKSPACE/pycutest/tests/problems /opt/homebrew/opt/mastsif &&
mkdir $GITHUB_WORKSPACE/pycutest_cache
python -m pip install .
Expand Down

0 comments on commit 4d461a3

Please sign in to comment.