Description
Description
The macos-14/macos-15 runner instances have the same hw.uuid which is preventing licensed software from properly activating during our builds.
Regression from macos-13 runners.
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 12
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- Windows Server 2019
- Windows Server 2022
Image version and build link
Current runner version: '2.320.0'
Operating System
macOS
15.0
24A335
Runner Image
Image: macos-15-arm64
Version: 20241007.159
Included Software: https://github.com/actions/runner-images/blob/macos-15-arm64/20241007.159/images/macos/macos-15-arm64-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/macos-15-arm64%2F20241007.159
Is it regression?
yes from macos-13
Expected behavior
machine hw.uuids should be unique for each ephemeral runner.
Actual behavior
machine hw.uuids are the same for each respective runner os, which causes our licensed software to reject activations and has to be ran one at a time across all our repos.
Repro steps
not easily reproducible, since timing is a factor when activating the software licenses.