Uh oh!
There was an error while loading. Please reload this page.
Replies: 1 comment 2 replies
Does setting |
2 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
There was an error while loading. Please reload this page.
Does setting |
Uh oh!
There was an error while loading. Please reload this page.
I have a Github Workflow that compiles my .NET 7 console application using a windows agent. It runs this in a powershell script:
This is the platform I'm running on:
My application is not signed, but Mac lets me bypass that for testing purposes. Eventually it just fails like so:
I get no further diagnostics. What steps can I take to further diagnose the issue? Why is
osx-arm64not working butosx-x64works just fine?All reactions