Skip to content

Commit

Permalink
use ubuntu-22.04 (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
gardner48 authored Dec 17, 2024
1 parent f4beeaf commit a8ef5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
include:
- os: ubuntu-latest
- os: ubuntu-22.04
install_deps: sudo apt-get install mpich libmpich-dev
comp: gnu
procs: $(nproc)
Expand Down

0 comments on commit a8ef5b7

Please sign in to comment.