actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.82k stars 947 forks source link

Unwanted extra runner waiting forever #3260

Closed JasonGrace2282 closed 5 months ago

JasonGrace2282 commented 5 months ago

Describe the bug When changing from macos-latest image to macos-13 an extra runner appears that should not have been created

To Reproduce See this pr: https://github.com/ManimCommunity/manim/pull/3729

Expected behavior The extra ci run should not be created

Runner Platform

Macos-latest

behackl commented 5 months ago

The runner likely shows up in the list because it is configured to be required; might not actually be a bug.