[macos] install gfortran-10 (#2186)

This commit is contained in:
Aleksandr Chebotov
2020-12-03 18:40:19 +03:00
committed by GitHub
parent f0bafa3eae
commit d0dd391b70
3 changed files with 14 additions and 5 deletions

View File

@@ -4,4 +4,9 @@ echo "Installing GCC@8 using homebrew..."
brew install gcc@8
echo "Installing GCC@9 using homebrew..."
brew install gcc@9
brew install gcc@9
# https://github.com/actions/virtual-environments/issues/1280
echo "Installing GCC@10 using homebrew..."
brew install gcc@10
rm $(which gfortran)