diff --git a/.github/workflows/setup_env.sh b/.github/workflows/setup_env.sh index b97fa9b5..e6d4fe60 100755 --- a/.github/workflows/setup_env.sh +++ b/.github/workflows/setup_env.sh @@ -65,7 +65,7 @@ if [ "${device}" = "gpu_intel" ]; then quiet module load intel-oneapi-compilers else print "======================================== Load GNU compiler" - quiet module load gcc@8.5.0 + quiet module load gcc@10.4.0 fi print "---------------------------------------- Verify compiler" print "CXX = $CXX"