ubuntu-latest workflow updates #565
mwaxmonsky
started this conversation in
General
Replies: 1 comment 2 replies
-
@mwaxmonsky Yes! Awesome! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As @dustinswales pointed out in #563, the
ubuntu-latest
tag is changing to 24.04 and is removing some version of the gfortran compiler that we need to support. Dustin made some great suggestions and I did some digging around the github actions documentation and came across theinclude
/exclude
syntax (https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations) that could be used like:If this seems reasonable, I'd be happy to put up a PR with these changes. But if this looks too cumbersome, please disregard!
Beta Was this translation helpful? Give feedback.
All reactions