-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Description
We have a C++ project which the GitHub Action runner compiles. Normally, this builds fine (and continues to the next step in our workflow). After the latest ubuntu-24.04 image update, the CI build step running the compilation is hanging.
The failed build eventually times out, reporting
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.
We retried the builds with similar effect.
We have verified that the code is unchanged from the working build on the previous runner image.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- macOS 26 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Image version and build link
https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251014.76
Is it regression?
Yes, this worked 3 days ago on image https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250929.60
Expected behavior
We expect the build to finish and continue to the next step in our workflow.
Actual behavior
The CI build step running the compilation is hanging when using the most recent ubuntu-latest image.
The failed build eventually times out, reporting
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.
Repro steps
Unfortunately, this is not on a public code repro, but we can reproduce by running the workflow which compiles the code.