aws / aws-rfdk

The Render Farm Deployment Kit on AWS is a library for use with the AWS Cloud Development Kit that helps you define your render farm cloud infrastructure as code.
https://docs.aws.amazon.com/rfdk/index.html
Apache License 2.0
111 stars 42 forks source link

chore: Update github actions label to ubuntu 24 #1366

Closed marofke closed 3 weeks ago

marofke commented 3 weeks ago

Summary

Github announced breaking changes to actions https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/

From what I can tell, the only change of interest is ubuntu-latest label being migrated to ubuntu 24. This draft PR will test that our actions work with the new label. For other changes in the announcement, we don't appear to be on github actions version 3, which is being removed so I think we're safe there.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

marofke commented 3 weeks ago

The CI has passed using the ubuntu-24.04 label, which will be the new ubuntu-latest, so we should be good when the switch happens. Closing this PR.