shapehq / tartelet

⚙️💻 A macOS app that makes it a breeze to manage multiple GitHub Actions runners in ephemeral virtual machines on a single host machine. The benefits are that runners can run in parallel, and each job runs in an isolated environment.
MIT License
501 stars 15 forks source link

My Shared Files not showing #58

Closed oschusler closed 6 months ago

oschusler commented 6 months ago

A few months ago, I set up a Mac mini M2 with Tartelet. For this, I followed the entire wiki (setting up the host, installing Tartelet and configuring Tartelet). Everything worked perfect.

Due to circumstances, I had to install the machine again. However, when I now follow the same tutorial, I don't see the "My Shared Files" in finder when editing the VM. I even downgraded the version of Tartelet to 0.6.0.

I also tried to export the logs, but hitting that button doesn't seem to do anything. Does anyone have any idea what might be the issue?

fkorotkov commented 6 months ago

Looks like a regression in macOS 14.2. Please try to install 14.3 Beta. See https://github.com/cirruslabs/tart/issues/687 for details.

oschusler commented 6 months ago

Thanks for the very swift response!