RustCrypto / hashes

Collection of cryptographic hash functions written in pure Rust
1.88k stars 253 forks source link

CI: fix security audit #624

Closed tarcieri closed 1 month ago

tarcieri commented 1 month ago

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.