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 64f34f7 commit f6197d0Copy full SHA for f6197d0
.github/workflows/unittests-mpich.yml
@@ -10,11 +10,21 @@ on:
10
11
jobs:
12
build:
13
-
14
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.operating-system }}
15
strategy:
16
matrix:
17
- python-version: ['3.10', '3.11', '3.12']
+ include:
+ - operating-system: macos-latest
18
+ python-version: '3.12'
19
+
20
+ - operating-system: ubuntu-latest
21
22
23
24
+ python-version: '3.11'
25
26
27
+ python-version: '3.10'
28
29
steps:
30
- uses: actions/checkout@v4
0 commit comments