Unverified Commit 0aa48690 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] bump Xcode version at Travis (#3323)

* bump Xcode version at Travis

* remove temp fix for gcc at Travis
parent 01c9ad5a
......@@ -9,9 +9,6 @@ if [[ $OS_NAME == "macos" ]]; then
else # gcc
if [[ $TASK != "mpi" ]]; then
brew install gcc
if [[ $TRAVIS == "true" ]]; then
brew upgrade gcc
fi
fi
fi
if [[ $TASK == "mpi" ]]; then
......
......@@ -10,7 +10,7 @@ os:
- linux
- osx
dist: bionic
osx_image: xcode11.5
osx_image: xcode12
env:
global: # default values
......
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