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

GitHub Actions: Temporarily Disable Ubuntu 14.04 and Macos builds #421

Merged
merged 4 commits into from
Dec 9, 2024

Conversation

jonathan-r-thorpe
Copy link
Contributor

Support for node16 has been removed from GitHub actions, with the minimum supported version now being node20.

Ubuntu-14.04 can not support node20 and so any NodeJS based actions no longer work, breaking the build.

Support for macos-12 has been removed; naive upgrade to macos-13 yields compilation errors.

This PR removes the Ubuntu-14.04 and macos-12 builds.

These will be reinstated in a separate PR, where:

  • macos-12 will be upgraded
  • Ubuntu-14.04 will build without the need for NodeJS

@lo-simon lo-simon merged commit b831b5d into master Dec 9, 2024
18 checks passed
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.

2 participants