We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53e0e5 commit 93962e2Copy full SHA for 93962e2
1 file changed
.github/workflows/mcstas-testsuite.yml
@@ -20,7 +20,7 @@ jobs:
20
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
21
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'openmpi' }
22
- { 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' }
+ #- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
24
- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
25
- { os: windows-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'msmpi' }
26
0 commit comments