Description
Description
I have recently noticed that the x86 macos-15 runner has become uselessly slow. I have no idea whether it's overloaded, or if it's a regression, but it is incapable of compiling software at a normal rate.
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
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Image version and build link
Example job: https://github.com/imputnet/helium-macos/actions/runs/16128303494/job/45562831983
Current runner version: '2.325.0'
Runner Image Provisioner
Hosted Compute Agent
Version: 20250703.357
Commit: 07daf62238a21140d93e045a38f3784d75c509e1
Build Date: 2025-07-03T14:39:09Z
Operating System
macOS
15.5
24F74
Runner Image
Image: macos-15-arm64
Version: 20250630.1914
Included Software: https://github.com/actions/runner-images/blob/macos-15-arm64/20250630.1914/images/macos/macos-15-arm64-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-15-arm64%2F20250630.1914
Is it regression?
Maybe
Expected behavior
The runner should be able to compile more than 400 translation units over 5 hours
Actual behavior
The runner is incapable of compiling more than 400 units into objects over 5 hours. Previously, it was able to compile thousands (>6000) objects per hour.
Repro steps
- Try to compile a larger project
- Fail spectacularly