Closed Zxilly closed 2 months ago
See also: #368, #383
@kolyshkin This mainly happens on macOS amd64/arm64, and the previous patch didn't resolve it.
@kolyshkin This mainly happens on macOS amd64/arm64, and the previous patch didn't resolve it.
I agree. Yet one day we'll have Windows and Linux on ARM and this will be needed there as well. Thanks for adding, LGTM(NB).
For GitHub Enterprise we already have Linux arm64 provided by ARM.
Description:
GitHub has added the arm64 runner, so arch should be used as part of the cache key. Otherwise, if there are
macos-13
macos-14
running at the same time, the late executor will get the wrong cache.Related issue:
https://github.com/actions/setup-python/pull/896
Check list: