Unverified Commit 2c742d57 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] partly remove macOS temp CI fix (#3251)

parent f2589310
......@@ -9,10 +9,7 @@ if [[ $OS_NAME == "macos" ]]; then
else # gcc
if [[ $TASK != "mpi" ]]; then
brew install gcc
if [[ $GITHUB_ACTIONS == "true" ]]; then
brew update
fi
if [[ $TRAVIS == "true" ]] || [[ $GITHUB_ACTIONS == "true" ]]; then
if [[ $TRAVIS == "true" ]]; then
brew upgrade gcc
fi
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment