setup-fortran
setup-fortran copied to clipboard
Include Windows ARM runners in testing
https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/
This will probably not work out of the box; https://github.com/ilammy/msvc-dev-cmd/issues/90 means this action will also have to pass in "arch: arm64" on Windows ARM when it calls that action.
we are regularly bumping up against the 256-job limit in the CI test matrix. decisions will be needed re: which toolchains/versions to test against. for instance I just bumped lfortran and in doing so trimmed it from the latest 5 to just the latest 2 versions. but this does not mean we don't support other versions not appearing in the table in the readme. not sure how best to solve this