Skip to content

Commit c55de60

Browse files
committed
Update to yaFyaml 1.5.1
1 parent de75e6f commit c55de60

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
18+
os: [ubuntu-22.04, ubuntu-24.04, macos-14]
1919
compiler: [gfortran-12, gfortran-13, gfortran-14]
2020
# gfortran-10 and -11 are only on ubuntu-22.04
2121
# gfortran-13 and -14 are not on ubuntu-22.04

ChangeLog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- LLVMFlang support and misc workarounds
1818
- Update pFUnit to v4.11.1
1919
- Misc updates (support for Flang) and gfortran workarounds
20-
- Update yaFyaml to v1.5.0
20+
- Update yaFyaml to v1.5.1
2121
- Flang support
22+
- Workaround for `ifx`
2223
- Update pFlogger to v1.15.0
2324
- Flang support
2425
- Update CI to have `gfortran-10` and `gfortran-11` only on `ubuntu-22.04`
2526
- Update CI NVIDIA to NVHPC 24.7
2627
- Add Flang to CI
28+
- Removed `macos-13` from CI, use `macos-14`
2729

2830
## [1.16.0] - 2024-07-10
2931

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This repo is intended to be a single fixture for the [Goddard Fortran Ecosystem]
66

77
| Package | Version |
88
| :------ | :------ |
9-
| gFTL | v1.15.0 |
10-
| gFTL-shared | v1.10.0 |
9+
| gFTL | v1.15.1 |
10+
| gFTL-shared | v1.10.0 |
1111
| fArgParse | v1.9.0 |
12-
| pFUnit | v4.11.0 |
13-
| yaFyaml | v1.5.0 |
12+
| pFUnit | v4.11.1 |
13+
| yaFyaml | v1.5.1 |
1414
| pFlogger | v1.15.0 |
1515

1616
## Set up

0 commit comments

Comments
 (0)