actions / runner

The Runner for GitHub Actions :rocket:
https://github.com/features/actions
MIT License
4.75k stars 923 forks source link

Support Ubuntu 24.04 in dependency installation #3391

Open AndreasBergmeier6176 opened 1 month ago

AndreasBergmeier6176 commented 1 month ago

Describe the bug Currently runner cannot be installed on Ubuntu 24.04

To Reproduce Steps to reproduce the behavior:

  1. Install 24.04
  2. Download latest runner release
  3. Extract latest runner release
  4. ./bin/installdependencies.sh
  5. See error

Expected behavior Should support 24.04

Runner Version and Platform

Version of your runner?

OS of the machine running the runner? Linux

What's not working?

Unable to locate package libssl1.0.0$
Unable to locate package libicu63
AndreasBergmeier6176 commented 1 month ago

https://github.com/actions/runner/pull/3303 partly enables this.

seuros commented 1 month ago

I have the runner on ubuntu 24.04 for more than 3 weeks.

AndreasBergmeier6176 commented 1 month ago

I have the runner on ubuntu 24.04 for more than 3 weeks.

Not sure why you wrote this message. Could you elaborate how you think this helps?

seuros commented 1 month ago

I pointed that it already working.

Installed a fresh version ubuntu server 24.04, did a full-upgrade and the script worked without any issue.