Skip to content

Conversation

@andrewhsu
Copy link
Member

@andrewhsu andrewhsu commented Dec 7, 2024

jira: DEVPROD-2450

Upcoming change: ubuntu-latest workflows will use ubuntu-24.04 image. There are breaking changes in ubuntu-24.04 so being conservative and replacing with ubuntu-22.04 since it is still supported for another 2 years. See actions/runner-images#10636

find .github/workflows -type f -exec sed -i '' 's|ubuntu-latest|ubuntu-22.04|g' {} \;

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.3.x
  • v24.2.x
  • v24.1.x

Release Notes

  • none

Upcoming change: ubuntu-latest workflows will use ubuntu-24.04 image.
There are breaking changes in ubuntu-24.04 so being conservative and
replacing with ubuntu-22.04 since it is still supported for another 2
years.

```
find .github/workflows -type f -exec sed -i '' 's|ubuntu-latest|ubuntu-22.04|g' {} \;
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants