We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db2549 commit 9977834Copy full SHA for 9977834
.github/workflows/meta.yml
@@ -28,20 +28,18 @@ jobs:
28
fail-fast: false
29
matrix:
30
include:
31
- # - os: ubuntu-latest
32
- # mpi: intel
33
34
- # mpi: openmpi
35
36
- # mpi: mpich
+ - os: ubuntu-latest
+ mpi: intel
+ mpi: openmpi
+ mpi: mpich
37
- os: windows-latest
38
mpi: msmpi
39
- # - os: windows-latest
40
41
- # - os: macos-latest
42
43
44
+ - os: macos-latest
45
46
47
steps:
0 commit comments