fortran-lang / setup-fortran

GitHub action to setup Fortran compiler and toolchain
https://github.com/marketplace/actions/setup-fortran
Apache License 2.0
75 stars 25 forks source link

Improve error handling for non-existing macos intel versions #69

Closed iulusoy closed 8 months ago

iulusoy commented 8 months ago

The error handling for combinations macOS, intel, 2023.1 and other non-existing intel compiler versions for macos could be improved, at least an error message stating that this version is not available on macOS.

wpbonelli commented 8 months ago

Thanks @iulusoy, the README stated we fell back to intel-classic if mac and intel but we did not. See #70