Skip to content

Commit c9bee83

Browse files
committed
Try with old matrix for starters
1 parent b359234 commit c9bee83

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/mcstas-conda-nightly.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
- { os: ubuntu-latest }
20-
- { os: ubuntu-24.04-arm }
21-
- { os: macos-latest }
22-
- { os: windows-latest }
23-
- { os: windows-11-arm }
24-
25-
- name: Setup python
19+
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
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' }
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+
27+
- name: Setup mamba
2628
uses: mamba-org/setup-micromamba@v2
2729
with:
2830
environment-file: environment.yml

0 commit comments

Comments
 (0)