Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04,macos-12]
os: [ubuntu-20.04,macos-14]
pointmap: [on,off]
scotch: [on,off]
mpich-instead-openmpi: [on,off]
Expand All @@ -58,7 +58,7 @@ jobs:

# Remark: hdf5 I/Os are not tested with mpich as the hdf5-mpi
# homebrew package is built with open-mpi dependency
- os: macos-12
- os: macos-14
pointmap: off
scotch: off
mpich-instead-openmpi: off
Expand Down
Loading