Skip to content

Commit 8cbed1e

Browse files
committed
update github actions
1 parent c4d8201 commit 8cbed1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
20-
mpi: ['mpich']
19+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
20+
mpi: ['mpich', 'openmpi', 'intelmpi']
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)