-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Description
E.g., from https://github.com/google/heir/actions/runs/17503631113/job/49722243333
The runner image is specified as ubuntu-22.04-32core
but it loads a 24.04 image.
Current runner version: '2.328.0'
Runner name: 'ubuntu-22.04-32core_d39d2b765a5e'. <-- 22.04
Runner group name: 'large-runner-group'
Machine name: 'pkrvm7jw40e0xgp'
Operating System
Ubuntu
24.04.3. <-- 24.04
LTS
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
Image: ubuntu-24.04
Version: 20250831.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250831.1/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250831.1
https://github.com/google/heir/actions/runs/17503631113/job/49722243333
Is it regression?
Not sure
Expected behavior
Use a 22.04 image
Actual behavior
Uses a 24.04 image
Repro steps
Add a workflow with
name: Test
permissions: read-all
on:
push:
branches:
- main
jobs:
build-and-test:
runs-on:
labels: ubuntu-22.04-32core
steps:
- name: Check out repository code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3
- name: Install dependencies
run: |
lsb_release -a