cat: /Users/runner/.Playdate/config: No such file or directory
I’m seeing the following error in a workflow run:
cat: /Users/runner/.Playdate/config: No such file or directory
Unfortunately, I don’t have a Mac so I’ve been unable to repro this one locally. Here is the full log, though:
https://github.com/samdze/playdate-nim/actions/runs/17901929811/job/50995982379#step:3:804
Looks like the issue is with the latest version of macos. When I set runs-on: macos-14 it works. macos-latest doesn't
I'm guessing this is the problem:
installer: Install failed: The install was canceled because the application integrity could not be verified.
Looks like macos 15 has increased pkg notarization requirements: https://developer.apple.com/documentation/Security/notarizing-macos-software-before-distribution
I'll fix it. Probably tomorrow. There is just one extra flag needed.
But for config - a little bit more work. As I remember SDK's changelog, there was mentioned XDG_CONFIG. I suppose, the easiest way to fix it is to create config in old location, I'm sure it's still supported.