Skip to content

Commit 33561e6

Browse files
committed
ci: remove explicit gcc version for mpi ci
1 parent 892b78e commit 33561e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pytest-core-mpi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727

2828
env:
2929
DEVITO_LANGUAGE: "openmp"
30-
DEVITO_ARCH: "gcc-9"
30+
DEVITO_ARCH: "gcc"
3131
OMP_NUM_THREADS: "1"
32-
CC: "gcc-9"
33-
CXX: "g++-9"
3432
RDMAV_FORK_SAFE: 1
3533

3634
steps:

0 commit comments

Comments
 (0)