Skip to content

Commit 93962e2

Browse files
authored
Update mcstas-testsuite.yml
Unfortunately the full test still seems to hang with openmpi (v5)
1 parent e53e0e5 commit 93962e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mcstas-testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
2121
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'openmpi' }
2222
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'mpich' }
23-
- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
23+
#- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
2424
- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
2525
- { os: windows-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'msmpi' }
2626

0 commit comments

Comments
 (0)