Yicong-Huang opened a new issue, #5723: URL: https://github.com/apache/texera/issues/5723
### Task Summary PR #3194 (Jan 2025) pinned several CI jobs to `ubuntu-22.04` because the 24.04 image at the time dropped sbt and broke libncurses. Both root causes are gone — sbt is now installed explicitly via `sbt/[email protected]`, and 24.04 has been stable for over a year. Five spots still pin `ubuntu-22.04`: | File | Job | | --- | --- | | `.github/workflows/build.yml:176` | `amber` | | `.github/workflows/build.yml:326` | `amber-integration` | | `.github/workflows/build.yml:625` | `platform` | | `.github/workflows/benchmarks.yml:176` | `bench` | | `.github/workflows/benchmarks-pr-comment.yml:60` | bench PR comment | Bump all five to `ubuntu-latest` to match the rest of the workflows. ### Task Type - [x] DevOps / Deployment / CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
