Skip to content

Commit 8fa3d6b

Browse files
authored
Merge pull request #1998 from mccode-dev/willend-patch-3
Update mcstas-testsuite.yml
2 parents e53e0e5 + 7d9b3f1 commit 8fa3d6b

2 files changed

Lines changed: 2 additions & 2 deletions

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

.github/workflows/mcxtrace-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)