Skip to content

Commit

Permalink
Upgrade macos version to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Mar 13, 2024
1 parent 58ac0fa commit 21abbe6
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 @@ -11,13 +11,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, macos-14]
mpi: [true, false]
openmp: ['enabled', 'disabled']
ecosys: [false] # ecosys==true fails with gcc, disable for now but leave placeholder
exclude:
# Do not build on macOS with MPI as that is having some dependency issues
- os: macos-13
- os: macos-14
mpi: true
# Run test (fuk95 executed with mpi=false) fails with ecosys
- ecosys: true
Expand Down

0 comments on commit 21abbe6

Please sign in to comment.