You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying all day to complete a workflow which relies on a macos-latest-xl runner but the job never gets picked up, is there an outage with the macos runners at the moment or a problem with macos-latest-xl?
Requested labels: macos-latest-xl
Job defined at: saveoursecrets/sdk/.github/workflows/checks.yml@refs/tags/v0.16.1
Reusable workflow chain:
saveoursecrets/sdk/.github/workflows/release.yml@refs/tags/v0.16.1 (1ca27cf7dade543f8084fcf1c33f7f894a1cadf3)
-> saveoursecrets/sdk/.github/workflows/checks.yml@refs/tags/v0.16.1 (1ca27cf7dade543f8084fcf1c33f7f894a1cadf3)
Waiting for a runner to pick up this job...
I've tried many times today to get this job to complete, same issue every time.
Expected behavior
I expect the job to run.
The text was updated successfully, but these errors were encountered:
@archiewood thanks for the info. So that was changed as it used to work fine. In fact it was required for me to use the xl variant with more cores to get my jobs to complete in a reasonable time.
It would have been helpful to alias the xl variant to its replacement or to write an unsupported error in github actions instead of silently failing.
Describe the bug
I have been trying all day to complete a workflow which relies on a
macos-latest-xl
runner but the job never gets picked up, is there an outage with the macos runners at the moment or a problem withmacos-latest-xl
?To Reproduce
See this job: https://github.com/saveoursecrets/sdk/actions/runs/12461326991/job/34785678822
Just prints this and never gets picked up:
I've tried many times today to get this job to complete, same issue every time.
Expected behavior
I expect the job to run.
The text was updated successfully, but these errors were encountered: