Skip to content

Commit b02f98c

Browse files
committed
Try CI with 22.04.
1 parent 6e77eb8 commit b02f98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: push
44

55
jobs:
66
Build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
strategy:
99
fail-fast: true
1010
matrix:
11-
mpi: [ 'impi' ]
12-
# mpi: [ 'mpich', 'openmpi', 'impi' ]
11+
# mpi: [ 'impi' ]
12+
mpi: [ 'mpich', 'openmpi', 'impi' ]
1313
# mpich is borken on ubuntu-24.04LTS and 24.10 see https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338
1414
# openmpi is borken on ubuntu-24.04LTS and 24.10 see https://github.com/open-mpi/ompi/issues/10726
1515
# ubuntu 24.10 is not available as github runner, so we are left with Intel's mpi for now.

0 commit comments

Comments
 (0)