runner-images icon indicating copy to clipboard operation
runner-images copied to clipboard

ubuntu-latest bump from 22 to 24 fails to include sbt, nvm, and probably more

Open ljharb opened this issue 4 months ago • 3 comments

Description

See https://twitter.com/ljharb/status/1846298893447004498

Namely, with no announcement, the Ubuntu version seems to have been bumped from 22 to 24, and the current images fail to ship nvm, as well as sbt, and presumably a lot more.

Platforms affected

  • [ ] Azure DevOps
  • [X] GitHub Actions - Standard Runners
  • [ ] GitHub Actions - Larger Runners

Runner images affected

  • [ ] Ubuntu 20.04
  • [ ] Ubuntu 22.04
  • [X] 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

https://github.com/tc39/ecma262/actions/runs/11268873692 works

https://github.com/tc39/ecma262/actions/runs/11354432242 does not

Is it regression?

yes

Expected behavior

I expect nvm and sbt to be available by default on the ubuntu image, always.

Actual behavior

They aren't there.

Repro steps

See https://github.com/tc39/ecma262/actions/runs/11354432242

ljharb avatar Oct 15 '24 21:10 ljharb