🔥 3-day streak
GitHub Actions (GH-200)129 / 142
Question 129 of 142
A workflow on the ubuntu-latest GitHub-hosted runner uses actions/setup-python to select Python 3.12. The build previously completed in about 30 seconds during setup, but after a recent runner image update the setup step now takes several minutes and logs show it is downloading and building the interpreter instead of reading from the local cache. The team wants setup to return to using the fast preinstalled interpreter without changing which minor version they target. What is the most likely cause and appropriate fix?
Reviewed for accuracy · Report an issueNext question