Do we have self-hosted macOS runners? #2538
-
Runtime test of Are there any changes in infrastructure that can resolve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We have self hosted runners but if it's too old on CI (where we have relatively new hardware) that means it'll also be too old for most users. |
Beta Was this translation helpful? Give feedback.
-
We run in a VM so it's probably a consequence of that where it appears as Penryn. I think the underlying hardware is Ivy Bridge (2013 Mac Pro) but that's just from memory and I'm assuming that hasn't changed. But with that said, we support Nehalem and newer and do not currently support enforcing CPU-based requirements beyond |
Beta Was this translation helpful? Give feedback.
We run in a VM so it's probably a consequence of that where it appears as Penryn. I think the underlying hardware is Ivy Bridge (2013 Mac Pro) but that's just from memory and I'm assuming that hasn't changed.
But with that said, we support Nehalem and newer and do not currently support enforcing CPU-based requirements beyond
depends_on arch: ...
.