Goddard-Fortran-Ecosystem / pFUnit

Parallel Fortran Unit Testing Framework
Other
169 stars 45 forks source link

CI: Remove macos-11 and -12, add macos-13, -14; Add ubuntu 24, add gfortran-14 #462

Closed mathomp4 closed 1 week ago

mathomp4 commented 3 months ago

As macos-11 is deprecated at GitHub Actions (and is ancient) and macos-12 is also old, we remove them and add macos-13 and macos-14.

We also fix up the Ubuntu tests as gcc 13 is no longer in Ubuntu 22

Finally, we add gfortran-14 to the CI for Ubuntu 24