Skip to content

Commit

Permalink
ci: Add ubuntu-24.04, remove ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Dec 7, 2024
1 parent 7d298e5 commit 264bb24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
- intelmpi
- msmpi
os:
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- macos-14
- macos-13
- macos-12
- windows-2022
- windows-2019
exclude:
- os: ubuntu-22.04
- os: ubuntu-24.04
mpi: msmpi
- os: ubuntu-20.04
- os: ubuntu-22.04
mpi: msmpi
- os: macos-14
mpi: intelmpi
Expand Down

0 comments on commit 264bb24

Please sign in to comment.