Skip to content

Commit

Permalink
Try openmpi for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Dec 20, 2024
1 parent 550ec24 commit 7ee9214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- os: "ubuntu-latest"
mpi: "openmpi"
- os: "macos-latest"
mpi: "mpich"
mpi: "openmpi"
- os: "windows-latest"
mpi: "intelmpi"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7ee9214

Please sign in to comment.