socketry / nio4r

Cross-platform asynchronous I/O primitives for scalable network clients and servers.
Other
965 stars 86 forks source link

CI: "No runner matching the specified labels was found: macos-11.0." #264

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

It seems that some GitHub Actions combinations are yet to be perfect:

No runner matching the specified labels was found: macos-11.0.

These combinations raised that issue:

Failure seen at https://github.com/olleolleolle/nio4r/actions/runs/547617299

ioquatix commented 3 years ago

I'm not sure where to begin with this, I assume it means that the version of macOS not supported?

olleolleolle commented 3 years ago

I guess that, too. The "label" being a name for a combo of platform and language, perhaps?

olleolleolle commented 3 years ago

https://github.com/actions/virtual-environments/issues/2506

olleolleolle commented 3 years ago

actions/virtual-environments: macOS 11.0 pools will be transited to private preview

will try to open this pool again as soon as possible

(Orgs who had it enabled will keep it enabled, but "newly using orgs" won't have it enabled.)

olleolleolle commented 3 years ago

So, it's a current limitation, which MAY go away at some point?