From 4913357d802f557e9eeefe33494e594affeaefff Mon Sep 17 00:00:00 2001 From: G-Ragghianti Date: Fri, 8 Sep 2023 11:26:08 -0400 Subject: [PATCH] changing gcc version for rocm compatibility --- .github/workflows/ci.sh | 2 +- .github/workflows/spack.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.sh b/.github/workflows/ci.sh index 28a5acc8f..887133b88 100755 --- a/.github/workflows/ci.sh +++ b/.github/workflows/ci.sh @@ -3,7 +3,7 @@ COMPONENT=$1 COMPILER=$2 -[ -z "$COMPILER" ] && COMPILER=gcc@10 +[ -z "$COMPILER" ] && COMPILER=gcc@11 source /etc/profile set +x diff --git a/.github/workflows/spack.sh b/.github/workflows/spack.sh index b1f4e77ed..475d05e4a 100755 --- a/.github/workflows/spack.sh +++ b/.github/workflows/spack.sh @@ -2,7 +2,7 @@ COMPILER=$1 -[ -z "$COMPILER" ] && COMPILER=gcc@10 +[ -z "$COMPILER" ] && COMPILER=gcc@11 source /etc/profile set +x