Build and release mousemaster for Intel macOS - #80
Conversation
|
Oh, I was just making changes to the build and committed them to main a few minutes ago. I hope we didn't step on each other's toes 😬 |
|
In this commit, I had tried to introduce an Intel build: But then, the GitHub Actions job failed: And I found out that GraalVM has deprecated support for macOS x64:
So in this commit, I reverted the changes: What are your thoughts about this? |
I'm not familiarized with graalvm, so I'm not sure what to make of it, I do remember seeing a graalvm issue about this when I created the local build that I mention here, though, but apparently the AI agent could ignore that error and move forward. Generally speaking, I think it makes sense to drop support for Intel-macs in the future as they are quite old now, however, I do see that most macos supporting apps still take them into account, because they're not that old (mine is from 2019). If it gives you too much trouble, then you should avoid creating intel-supported builds. |
|
I was missing an important piece that you have in the PR (resource-config.json): I triggered a GitHub Actions build with that + GraalVM pinned to 25.0.1 for the macOS Intel build (last GraalVM version supporting Intel) + lipo to create a single mousemaster bundle for both Intel and Apple Silicon. It completed just now: |
Thanks, it worked. I think we can close this PR. |
No description provided.