Run x86 apple job on x86 hardware#219
Conversation
LaurenzV
left a comment
There was a problem hiding this comment.
I guess the question is how long those will be supported by GitHub, but for now LGTM!
|
They're maintained until fall 2027, but Apple is removing Rosetta in 2028 anyway. |
|
Hmm, this looks like a flaw in github merge queue implementation: main has a CI check that this branch doesn't, so auto-merge is never going to happen because one of the checks will never execute. Someone with greater access than me will need to bypass merge queue somehow, e.g. disable it, merge this PR and then re-enable it. Or perhaps the required checks are listed explicitly somewhere? |
|
I don’t have these permissions I think |
|
@DJMcNab Do you have the permissions for this? |
|
Only on desktop, and I'm on mobile atm. Do ping me again if I don't sort this today. |
|
I've tried to do this with |
macos-latestis ARM, and runs x86 binaries through rosetta. We need to specify the Intel runner explicitly to get x86 hardware.Motivation: #218 (comment)
Our test suite is now so thorough that it caught a Rosetta bug 😎