Skip to content

Commit df45614

Browse files
committed
ci: must also hint CXX
1 parent 65e18ef commit df45614

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
shared: [true, false]
3231
gcc: [9, 10, 11, 12, 13]
3332
mpi: [openmpi]
3433
include:
@@ -38,10 +37,15 @@ jobs:
3837
- os: ubuntu-latest
3938
mpi: mpich
4039
gcc: 13
40+
- os: ubuntu-latest
41+
mpi: openmpi
42+
gcc: 13
43+
shared: true
4144

4245
runs-on: ${{ matrix.os }}
4346
env:
4447
CC: gcc-${{ matrix.gcc }}
48+
CXX: g++-${{ matrix.gcc }}
4549
FC: gfortran-${{ matrix.gcc }}
4650

4751
steps:

0 commit comments

Comments
 (0)