Skip to content

Commit 95237ec

Browse files
committed
update github actions
1 parent ab625c1 commit 95237ec

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-22.04
15+
runs-on: ${{ matrix.os }}
1616
strategy:
1717
fail-fast: false
1818
matrix:
19+
os: [ubuntu-22.04, ubuntu-latest]
1920
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2021
mpi: ['mpich', 'openmpi', 'intelmpi']
22+
exclude:
23+
- os: ubuntu-latest
24+
python-version: "3.7"
25+
- os: ubuntu-22.04
26+
mpi: "mpich"
2127

2228
steps:
2329
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)