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

CI: fix security audit #639

Merged
merged 1 commit into from
Oct 19, 2024
Merged

CI: fix security audit #639

merged 1 commit into from
Oct 19, 2024

Conversation

tarcieri
Copy link
Member

New Ubuntu images are being deployed, which is causing the cached binaries not to work due to a GLIBC upgrade:

https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/

To ensure we're caching consistently on the new image, switches from using ubuntu-latest to ubuntu-24.04.

We can revert this change after October 30th, when the blog post says the deployment is complete.

New Ubuntu images are being deployed, which is causing the cached
binaries not to work due to a GLIBC upgrade:

https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/

To ensure we're caching consistently on the new image, switches from
using `ubuntu-latest` to `ubuntu-24.04`.

We can revert this change after October 30th, when the blog post says
the deployment is complete.
@tarcieri tarcieri merged commit eca868a into master Oct 19, 2024
3 checks passed
@tarcieri tarcieri deleted the ci/fix-security-audit branch October 19, 2024 15:43
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