We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93962e2 commit 7d9b3f1Copy full SHA for 7d9b3f1
1 file changed
.github/workflows/mcxtrace-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