Allow cache entries to be reused on different runner operating systems
Open
enhancement
in:caching
- Dominant language
- TypeScript
- Stars
- 340
- Forks
- 117
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 11
Description
GitHub Actions/Cache supports enableCrossOsArchive to reuse the same cache from different operating systems. This is very handy for matrix builds using multiple OS to further reduce the CI time (and costs).
https://github.com/actions/cache/blob/main/tips-and-workarounds.md#cross-os-cache
Contributor guide
Assessment
This issue has not been assessed yet.