Hive Hive
Sign in

Runner Image 0.1.5

Metadata
Source
GitHub
Version
runner-image@0.1.5
Published
May 17, 2026 · 17:57 UTC
Repository
tuist/tuist
Update

This version of the Tuist runner image makes self-hosted runs structurally match GitHub-hosted runners:

  • Your workflows now check out code at /Users/runner/work/<owner>/<repo>, the same path used by GitHub-hosted runners. This removes absolute-path mismatches when restoring caches, so SwiftPM dependencies, DerivedData, and actions/cache payloads can be shared between macos-26 and tuist-macos runners.
  • The runtime user is runner with home /Users/runner, and the Actions agent runs from /Users/runner/actions-runner, matching GitHub’s conventions.
  • The image build now creates and owns the runner’s subdirectories, and clears the base image’s pre-installed runner so the pinned version ships cleanly.