-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update ubuntu-20.04 runners to a newer version #23344
Copy link
Copy link
Closed
Labels
area/ciCI build and releases, PR testing, & whitelabel/productization issuesCI build and releases, PR testing, & whitelabel/productization issueskind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.team/AThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted CheThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Metadata
Metadata
Assignees
Labels
area/ciCI build and releases, PR testing, & whitelabel/productization issuesCI build and releases, PR testing, & whitelabel/productization issueskind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.team/AThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted CheThis team is responsible for the Che Operator and all its operands as well as chectl and Hosted Che
Type
Projects
Status
✅ Done
Is your task related to a problem? Please describe
There is an incoming shutdown of ubuntu-20.04 runners in GitHub Actions
actions/runner-images#11101
This may affect our GH workflows, that are still referencing it
Describe the solution you'd like
It should be ensured, that none of the GitHub Action workflows are directly referencing this runner.
They should be referencing the
ubuntu-latestrunner instead (if possible)Describe alternatives you've considered
alternatively, lock to another specific version of runner (22.04, 24.04, etc).
Additional context
No response