This release improves compatibility between self-hosted and GitHub-hosted macOS runners by aligning their on-disk paths. Self-hosted runs now use the same /Users/runner home directory and /Users/runner/work/<owner>/<repo> workspace path as GitHub-hosted runners, so artifacts that embed absolute paths behave consistently across both environments.
- Self-hosted runner checkouts now land at
/Users/runner/work/<owner>/<repo>, matching GitHub-hostedGITHUB_WORKSPACE. - SwiftPM
.build/checkouts, Xcode DerivedData, andactions/cachepayloads can now be shared between hosted and self-hosted runs. - Third-party Actions that hardcode
/Users/runnerpaths now work on self-hosted runners without path errors.