Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v7.1.6 🌈 add OS version to cache key to prevent binary incompatibility

Choose a tag to compare

@github-actions github-actions released this 13 Dec 16:40
· 104 commits to refs/heads/main since this release
681c641

Changes

This release will invalidate your cache existing keys!

The os version e.g. ubuntu-22.04 is now part of the cache key. This prevents failing builds when a cache got populated with wheels built with different tools (e.g. glibc) than are present on the runner where the cache got restored.

πŸ› Bug fixes

  • feat: add OS version to cache key to prevent binary incompatibility @eifinger (#716)

🧰 Maintenance

⬆️ Dependency updates