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

make sure we use documented Xcode version for producing artifacts (#3824)

parent d951be99
...@@ -4,7 +4,7 @@ if [[ $OS_NAME == "macos" ]]; then ...@@ -4,7 +4,7 @@ if [[ $OS_NAME == "macos" ]]; then
if [[ $COMPILER == "clang" ]]; then if [[ $COMPILER == "clang" ]]; then
brew install libomp brew install libomp
if [[ $AZURE == "true" ]]; then if [[ $AZURE == "true" ]]; then
sudo xcode-select -s /Applications/Xcode_9.4.1.app/Contents/Developer sudo xcode-select -s /Applications/Xcode_9.4.1.app/Contents/Developer || exit -1
fi fi
else # gcc else # gcc
if [[ $TASK != "mpi" ]]; then if [[ $TASK != "mpi" ]]; then
......
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