-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Github actions: macOS not running on Github hosted runner #10099
Comments
Hey @m-chirodea! Tried this: name: Casual test
on:
workflow_dispatch:
jobs:
test:
strategy:
matrix:
os: [ macos-12, macos-13, macos-14 ]
runs-on: ${{ matrix.os }}
steps:
- name: Print
run: |
echo "!" Are you sure it is service related? |
@m-chirodea please, provide links for the runs in hanging state. |
@m-chirodea please contact GitHub Support. It's not related to the images itself. I'll keep this issue for some time in case it's a massive outage. |
Update. last night the pipeline magically worked again. Not sure what the cause was, but no changes to the pipeline were done. |
We see the same, no jobs started. It was macos 11 which is removed now, I am switching to 12 in this PR brainflow-dev/brainflow#732 and none of the macos jobs are picked by runners |
Happening the same for me here: https://github.com/yao-pkg/pkg-fetch/actions/runs/10611372113/job/29410753919 |
Hey @robertsLando! There is no YAML label like |
@erik-bershel Oh you are right! I was using |
It was drooped too, see actions/runner-images#10099 (comment).
Although it's said `macos-11.0` is not deprecated until Dec 3, 2024 [1], users already experienced its deprecation in Aug, 2024, see actions/runner-images#10099 (comment). [1] https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/
Description
Hello!
Since 11:00 AM (GMT+3) We are experiencing issues with any macOS image when running on github hosted runners. The action hangs on Waiting for a runner to pick up this job...
Switching to ubuntu works instantly so it seems that only macOS runners are affected.
i'll leave an example workflow that we use for macOS.
`name: Deploy
on:
push:
branches:
- staging
workflow_dispatch:
jobs:
upload_to_appcenter:
runs-on: macos-latest
Platforms affected
Runner images affected
Image version and build link
macos-latest
Is it regression?
no
Expected behavior
The workflow run to start
Actual behavior
The workflow run hangs on Waiting for a runner to pick up this job...
Repro steps
The text was updated successfully, but these errors were encountered: