Skip to content

Commit 9465bec

Browse files
committed
remove gcc 12 and 13
1 parent 79ac207 commit 9465bec

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os: [ ubuntu-latest ]
2828
compiler: [ gcc ]
29-
gcc: [ 9, 10, 11, 12, 13 ]
29+
gcc: [ 9, 10, 11 ]
3030

3131
name: ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.gcc }}
3232

@@ -115,12 +115,8 @@ jobs:
115115
spack config add "packages:all:compiler:[gcc@9.5.0]"
116116
elif [[ $CC == 'gcc-10' ]]; then
117117
spack config add "packages:all:compiler:[gcc@10.5.0]"
118-
elif [[ $CC == 'gcc-11' ]]; then
119-
spack config add "packages:all:compiler:[gcc@11.5.0]"
120-
elif [[ $CC == 'gcc-12' ]]; then
121-
spack config add "packages:all:compiler:[gcc@12.4.0]"
122118
else
123-
spack config add "packages:all:compiler:[gcc@13.3.0]"
119+
spack config add "packages:all:compiler:[gcc@11.5.0]"
124120
fi
125121
spack external find
126122
spack config add modules:prefix_inspections:lib64:[LD_LIBRARY_PATH]

0 commit comments

Comments
 (0)