Skip to content

Commit

Permalink
latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Feb 1, 2025
1 parent f63ca29 commit f620e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test-build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30

defaults:
Expand All @@ -31,7 +31,7 @@ jobs:
run: sudo apt-get update

- name: Install mpi
run: sudo apt-get install -yq mpich libmpich-dev
run: sudo apt-get install -yq mpich

- uses: actions/checkout@v4

Expand Down

0 comments on commit f620e90

Please sign in to comment.