Description
What happened?
Description
Running ubuntu-latest
for pipelines report back as 2404 instead of 2204 as per documentation
2025-04-09T08:52:56.8020788Z ##[group]Operating System
2025-04-09T08:52:56.8021015Z Ubuntu
2025-04-09T08:52:56.8021201Z 24.04.2
2025-04-09T08:52:56.8021314Z LTS
SQL Tooling
expected for ubuntu-latest
is no longer present - not previously documented as a feature of the migration
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 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
Current documentation indicates the Ubuntu image versions as follows
Ubuntu 22.04 ubuntu-22.04 ubuntu-latest
OR ubuntu-22.04
Link
Ubuntu 20.04 ubuntu-20.04 ubuntu-20.04
Link
Ubuntu 24.04 ubuntu-24.04 ubuntu-24.04
Link
Is it regression?
Reported in the logging as 24.04.2 LTS
Expected behavior
Latest to be in sync with the documentation
Actual behavior
Incorrect version being used
Repro steps
- Create a pipeline with
ubuntu-latest
as the Agent Specification (YAML or Classic have the same results)
2.Create a simple task i.e. a Bash Script to run uname -a
3. Run Pipeline and review the Initialize Job
logged output
Reports back as 24.04
Versions
2025-04-09T08:52:56.7973993Z Current agent version: '3.251.0'
Environment type (Please select at least one enviroment where you face this issue)
- Self-Hosted
- Microsoft Hosted
- VMSS Pool
- Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
No response
Version controll system
No response
Relevant log output
1. Create a pipeline with `ubuntu-latest` as the Agent Specification (YAML or Classic have the same results)

2.Create a simple task i.e. a Bash Script to run `uname -a`
3. Run Pipeline and review the `Initialize Job` logged output

Reports back as 24.04