Skip to content

Commit

Permalink
Update GCC version for Linux builds (v13 removed from Ubuntu 22.04 in…
Browse files Browse the repository at this point in the history
… 20240514.2.1)

See actions/runner-images@cfcc1c6.
  • Loading branch information
sebastiangrimberg committed May 20, 2024
1 parent 876386c commit 65f22d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@ jobs:
elif [[ "${{ matrix.compiler }}" == 'clang' ]]; then
export CC=clang
export CXX=clang++
export FC=gfortran-13
export FC=gfortran-12
export LDFLAGS='-fuse-ld=lld'
elif [[ "${{ matrix.compiler }}" == 'gcc' ]]; then
export CC=gcc-13
export CXX=g++-13
export FC=gfortran-13
export CC=gcc-12
export CXX=g++-12
export FC=gfortran-12
fi
if [[ "${{ matrix.math-libs }}" == 'aocl' ]]; then
export AOCLROOT=/opt/AMD/aocl/aocl-linux-gcc-4.1.0/gcc
Expand Down

0 comments on commit 65f22d6

Please sign in to comment.