diff --git a/.ci/test.sh b/.ci/test.sh index 3a0d83adf150..047395797951 100755 --- a/.ci/test.sh +++ b/.ci/test.sh @@ -1,8 +1,8 @@ #!/bin/bash if [[ $OS_NAME == "macos" ]] && [[ $COMPILER == "gcc" ]]; then - export CXX=g++-10 - export CC=gcc-10 + export CXX=g++-11 + export CC=gcc-11 elif [[ $OS_NAME == "linux" ]] && [[ $COMPILER == "clang" ]]; then export CXX=clang++ export CC=clang