Skip to content

Commit

Permalink
bugfix: due to bugs in the ubuntu-latest install, use 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ebohm committed Jan 20, 2025
1 parent 55b1360 commit 933f7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
mpi-linux-x86_64:
timeout-minutes: 90
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # ubuntu-latest does not work
steps:
- uses: actions/checkout@v4
- name: install-prerequisites
Expand All @@ -117,7 +117,7 @@ jobs:

mpi-linux-x86_64_syncft:
timeout-minutes: 90
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # ubuntu-latest does not work
steps:
- uses: actions/checkout@v4
- name: install-prerequisites
Expand Down

0 comments on commit 933f7a8

Please sign in to comment.