Skip to content

Commit

Permalink
use Ubuntu 22.04 build server for MPICH
Browse files Browse the repository at this point in the history
MPICH seems to be broken on Ubuntu 24.04, see https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338
  • Loading branch information
rabauke committed Nov 24, 2024
1 parent 0047cec commit 74687d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Build MPL with MPICH
on: [push, workflow_dispatch]
jobs:
compile-mpl:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 74687d6

Please sign in to comment.