Hive Hive
Sign in

Server 1.195.4

Metadata
Source
GitHub
Version
server@1.195.4
Published
May 16, 2026 · 09:51 UTC
Repository
tuist/tuist
Update

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-hosted GITHUB_WORKSPACE.
  • SwiftPM .build/checkouts, Xcode DerivedData, and actions/cache payloads can now be shared between hosted and self-hosted runs.
  • Third-party Actions that hardcode /Users/runner paths now work on self-hosted runners without path errors.