Skip to content

Commit

Permalink
Fix up macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed May 20, 2024
1 parent 3655c9e commit f6c8414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.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

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 f6c8414

Please sign in to comment.