Setup Fortran
Version updated for https://github.com/fortran-lang/setup-fortran to version v1.9.0.
- This action is used across all versions by 125 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Setup Fortran” GitHub Action automates the configuration of Fortran compilers on Ubuntu, macOS, and Windows runners for CI workflows. It provides support for multiple compiler toolchains and versions, sets up compatible C/C++ compilers, and exports relevant environment variables to streamline testing and building Fortran projects. This action simplifies compiler setup across various platforms, enhancing consistency and reducing manual configuration.
Release notes
What’s Changed
- feat: aocc installation by @danieljprice in https://github.com/fortran-lang/setup-fortran/pull/190
- feat: support gcc-14/15 on linux via brew by @wpbonelli in https://github.com/fortran-lang/setup-fortran/pull/191
- feat: support latest alias for nvidia-hpc by @wpbonelli in https://github.com/fortran-lang/setup-fortran/pull/193
- fix: latest version support by @wpbonelli in https://github.com/fortran-lang/setup-fortran/pull/185, https://github.com/fortran-lang/setup-fortran/pull/185
Full Changelog: https://github.com/fortran-lang/setup-fortran/compare/v1...v1.9.0