Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
olleolleolle opened this issue Feb 8, 2021 · 5 comments · Fixed by #265
Closed

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

olleolleolle opened this issue Feb 8, 2021 · 5 comments · Fixed by #265

Comments

@olleolleolle
Copy link
Contributor

olleolleolle commented Feb 8, 2021

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:

  • macos-11.0, 3: .github#L1
  • macos-11.0, 2.4: .github#L1

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

@ioquatix
Copy link
Member

ioquatix commented Feb 8, 2021

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

@olleolleolle
Copy link
Contributor Author

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

@olleolleolle
Copy link
Contributor Author

actions/runner-images#2506

@olleolleolle
Copy link
Contributor Author

olleolleolle commented Feb 8, 2021

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
Copy link
Contributor Author

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

olleolleolle added a commit to olleolleolle/nio4r that referenced this issue Feb 9, 2021
This fixes socketry#264 by holding off building on a not-yet-supported platform combination.

We can add it back when it reappears as a supported GitHub Actions platform.
ioquatix pushed a commit that referenced this issue Feb 9, 2021
This fixes #264 by holding off building on a not-yet-supported platform combination.

We can add it back when it reappears as a supported GitHub Actions platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants