Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support gcc on macos-14 #60

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Conversation

wpbonelli
Copy link
Contributor

@wpbonelli wpbonelli commented Feb 22, 2024

The homebrew gcc install function needed some work for macos-14. Note only gcc11+ are available for arm from brew. Also

  • macos-11 is deprecated so I think we can stop testing and drop support*
  • macos-13/gcc7-9 workaround no longer works, drop support
  • mark macos-12/gcc 13 and macos-12/ifort 2021.7 supported
  • installing nvidia 22.1 consistently maxes out the runner's storage, drop support

*still, nothing prevents using the action on macos-11 for the moment

@wpbonelli wpbonelli force-pushed the macos-14 branch 2 times, most recently from 0f0f3eb to 03c0fb9 Compare February 22, 2024 19:19
* macos-11 runner image is deprecated, drop support for it
* macos-13/gcc7-9 workaround no longer works, drop support
* nvidia 22.1 exceeds runner storage limits, drop support
@wpbonelli wpbonelli marked this pull request as ready for review February 22, 2024 19:58
@wpbonelli wpbonelli merged commit 56010a6 into fortran-lang:main Feb 22, 2024
159 checks passed
@wpbonelli wpbonelli deleted the macos-14 branch February 22, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant