Skip to content

Commit f6197d0

Browse files
authored
Update unittests-mpich.yml
1 parent 64f34f7 commit f6197d0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/workflows/unittests-mpich.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,21 @@ on:
1010

1111
jobs:
1212
build:
13-
14-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.operating-system }}
1514
strategy:
1615
matrix:
17-
python-version: ['3.10', '3.11', '3.12']
16+
include:
17+
- operating-system: macos-latest
18+
python-version: '3.12'
19+
20+
- operating-system: ubuntu-latest
21+
python-version: '3.12'
22+
23+
- operating-system: ubuntu-latest
24+
python-version: '3.11'
25+
26+
- operating-system: ubuntu-latest
27+
python-version: '3.10'
1828

1929
steps:
2030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)