Skip to content

Commit

Permalink
Merge pull request #78 from Goddard-Fortran-Ecosystem/feature/mathomp…
Browse files Browse the repository at this point in the history
…4/update-ubuntu-24

Add Ubuntu 24 for gfortran-13 support, remove macos-12, add macos-14
  • Loading branch information
tclune authored May 20, 2024
2 parents cbb09f4 + f6c8414 commit 3080fb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12, macos-13]
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
compiler: [gfortran-10, gfortran-11, gfortran-12, gfortran-13]
exclude:
- os: macos-12
compiler: gfortran-10
- os: macos-13
compiler: gfortran-10
- os: macos-14
compiler: gfortran-10
- os: ubuntu-24.04
compiler: gfortran-10
- os: ubuntu-24.04
compiler: gfortran-11
- os: ubuntu-22.04
compiler: gfortran-13

# fail-fast if set to 'true' here is good for production, but when
# debugging, set to 'false'. fail-fast means if *any* ci test in the matrix fails
Expand Down
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added gftl-shared-v2-as-default to install list
- Added `-quiet` flag for NAG Fortran
- Remove `macos-11` from GitHub Actions, add `macos-12`
- Remove `macos-11` and `macos-12` from GitHub Actions, move to use `macos-13` and `macos-14`
- Add Ubuntu 24 to CI that has `gfortran-13`. Remove `gfortran-13` test from ubuntu 22

## [1.8.0] - 2024-03-03

Expand Down

0 comments on commit 3080fb2

Please sign in to comment.