Skip to content

Commit

Permalink
Merge pull request #145 from Goddard-Fortran-Ecosystem/feature/mathom…
Browse files Browse the repository at this point in the history
…p4/update-ci-fargparse

Update CI to match pFUnit
  • Loading branch information
tclune authored Jul 9, 2024
2 parents 56b1884 + abc0df3 commit f5811f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
compiler: [gfortran-10, gfortran-11, gfortran-12, gfortran-13]
exclude:
- os: macos-13
compiler: gfortran-10
- os: macos-14
compiler: [gfortran-11, gfortran-12, gfortran-13]
# gfortran-10 is only on ubuntu-22.04
# gfortran-14 is available on ubuntu-24.04
include:
- os: ubuntu-22.04
compiler: gfortran-10
- os: ubuntu-24.04
compiler: gfortran-10
compiler: gfortran-14
exclude:
- os: ubuntu-24.04
compiler: gfortran-11
- os: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Added `-quiet` flag for NAG Fortran
- Update CI to remove `macos-12`, add `macos-14` and `ubuntu-24.04`
- Update CI to remove `macos-12`, add `macos-14` and `ubuntu-24.04`, add `gfortran-14`
- Updated submodule for gFTL-shared (cbb09f4)

## [1.7.0] - 2024-03-04
Expand Down

0 comments on commit f5811f3

Please sign in to comment.