Skip to content

Commit 9511c4a

Browse files
committed
WIP: Update win-ci workflow.
1 parent d9987bf commit 9511c4a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/win-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
runs-on: windows-latest
88
strategy:
99
fail-fast: true
10+
matrix:
11+
mpi: [ 'intelmpi', 'msmpi' ]
12+
name: Check with ${{ matrix.mpi }}
1013
defaults:
1114
run:
1215
shell: msys2 {0}
@@ -17,7 +20,7 @@ jobs:
1720

1821
steps:
1922
- name: Checkout code
20-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2124

2225
- name: Install Dependencies
2326
uses: msys2/setup-msys2@v2
@@ -31,7 +34,7 @@ jobs:
3134
id: setup-mpi
3235
uses: mpi4py/setup-mpi@v1
3336
with:
34-
mpi: intelmpi
37+
mpi: ${{ matrix.mpi }}
3538

3639
- name: MPI info
3740
run: |

0 commit comments

Comments
 (0)