File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ jobs:
75
75
if [[ "${{ matrix.compiler }}" == 'clang' ]]; then
76
76
export CC=clang
77
77
export CXX=clang++
78
- export FC=gfortran-13
78
+ export FC=gfortran-12
79
79
export LDFLAGS='-fuse-ld=lld'
80
80
elif [[ "${{ matrix.compiler }}" == 'gcc' ]]; then
81
- export CC=gcc-13
82
- export CXX=g++-13
83
- export FC=gfortran-13
81
+ export CC=gcc-12
82
+ export CXX=g++-12
83
+ export FC=gfortran-12
84
84
fi
85
85
if [[ "${{ matrix.math-libs }}" == 'armpl' ]]; then
86
86
export ARMPL_DIR=/opt/arm/armpl_22.0.2_gcc-11.2
Original file line number Diff line number Diff line change @@ -160,12 +160,12 @@ jobs:
160
160
elif [[ "${{ matrix.compiler }}" == 'clang' ]]; then
161
161
export CC=clang
162
162
export CXX=clang++
163
- export FC=gfortran-13
163
+ export FC=gfortran-12
164
164
export LDFLAGS='-fuse-ld=lld'
165
165
elif [[ "${{ matrix.compiler }}" == 'gcc' ]]; then
166
- export CC=gcc-13
167
- export CXX=g++-13
168
- export FC=gfortran-13
166
+ export CC=gcc-12
167
+ export CXX=g++-12
168
+ export FC=gfortran-12
169
169
fi
170
170
if [[ "${{ matrix.math-libs }}" == 'aocl' ]]; then
171
171
export AOCLROOT=/opt/AMD/aocl/aocl-linux-gcc-4.1.0/gcc
You can’t perform that action at this time.
0 commit comments