Skip to content

Commit

Permalink
ci: Add macos-13, remove macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Nov 8, 2023
1 parent ff87cca commit e2a00fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-13
- macos-12
- macos-11
- windows-2022
- windows-2019
exclude:
- os: ubuntu-22.04
mpi: msmpi
- os: ubuntu-20.04
mpi: msmpi
- os: macos-12
- os: macos-13
mpi: intelmpi
- os: macos-12
- os: macos-13
mpi: msmpi
- os: macos-11
- os: macos-12
mpi: intelmpi
- os: macos-11
- os: macos-12
mpi: msmpi
- os: windows-2022
mpi: mpich
Expand Down

0 comments on commit e2a00fb

Please sign in to comment.