-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Recent stalling issues on MacOS 26 runner #13882
Description
Description
Since this week I experience stalling issues in my MacOS 26 x86_64 CI builds.
The workflow run seems to stall (hang) in some point of a compilation (C++) step (randomly is seems) and the workflow run gets terminated automatically after about an hour without any apparent errors.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- Ubuntu Slim
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- macOS 26
- macOS 26 Arm64
- Windows Server 2022
- Windows Server 2025
- Windows Server 2025 with Visual Studio 2026
Image version and build link
https://github.com/mcorino/wxRuby3/actions/runs/23909672830/job/69739799909
https://github.com/mcorino/wxRuby3/actions/runs/23922122359/job/69818505945
Is it regression?
Unknown. Did not ever see this problem before this week.
Expected behavior
The workflow run to finish normally, with or without errors.
Actual behavior
Workflow run seems to stall (hang) at random points in C++ compilation steps and gets terminated automatically with this notice:
"The hosted runner lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error."
There is however no CPU or Memory starving action at that point in the workflow as far as I know.
Repro steps
Run the MacOS workflows.