Skip to content

Commit

Permalink
update github actions to use Ubuntu 24.04 build server
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Nov 23, 2024
1 parent 3868a03 commit 0047cec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-IntelMPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Build MPL with IntelMPI
on: [push, workflow_dispatch]
jobs:
compile-mpl:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
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-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-with-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: Build MPL with OpenMPI
on: [push, workflow_dispatch]
jobs:
compile-mpl:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0047cec

Please sign in to comment.