mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 02:18:40 +08:00
[macos] install gfortran-10 (#2186)
This commit is contained in:
committed by
GitHub
parent
f0bafa3eae
commit
d0dd391b70
@@ -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)
|
||||
Reference in New Issue
Block a user