Skip to content

Commit 922aa41

Browse files
authored
changing ubuntu release
1 parent 9cfbd2f commit 922aa41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/error_mpi4py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"]
11+
os: ["ubuntu-22.04"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11
@@ -31,4 +31,4 @@ jobs:
3131
mpirun -n 4 python -m mpi4py.bench helloworld
3232
3333
mpirun -n 4 python test_mpi.py
34-
mpirun -n 2 python test_mpi.py
34+
mpirun -n 2 python test_mpi.py

0 commit comments

Comments
 (0)