mirror of
https://github.com/gradle/actions
synced 2026-07-02 22:22:58 +08:00
e6688f31b8
Previously, including RUNNER_OS was enough to prevent leaking incompatible content between Gradle User Homes. With the introduction of macos-14, we now need to differentiate between different runner architectures as well. Fixes #138