Skip to content

Commit

Permalink
ci: Add ubuntu-22.04, macos-12, macos-11, windows-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Aug 28, 2022
1 parent 5de173b commit a930cc9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,31 @@ jobs:
- openmpi
- msmpi
os:
- ubuntu-22.04
- ubuntu-20.04
- ubuntu-18.04
- macos-12
- macos-11
- macos-10.15
- windows-2022
- windows-2019
exclude:
- os: ubuntu-22.04
mpi: msmpi
- os: ubuntu-20.04
mpi: msmpi
- os: ubuntu-18.04
mpi: msmpi
- os: macos-12
mpi: msmpi
- os: macos-11
mpi: msmpi
- os: macos-10.15
mpi: msmpi
- os: windows-2022
mpi: mpich
- os: windows-2022
mpi: openmpi
- os: windows-2019
mpi: mpich
- os: windows-2019
Expand Down

0 comments on commit a930cc9

Please sign in to comment.