Yicong-Huang opened a new pull request, #5724: URL: https://github.com/apache/texera/pull/5724
### What changes were proposed in this PR? Bump five `ubuntu-22.04` pins to `ubuntu-latest` so the remaining CI jobs match the rest of the workflows. | File | Job(s) | | --- | --- | | `.github/workflows/build.yml` | `amber`, `amber-integration` (Linux leg), `platform` | | `.github/workflows/benchmarks.yml` | `bench` | | `.github/workflows/benchmarks-pr-comment.yml` | bench PR comment | The pin came from #3194 (Jan 2025) when the 24.04 image temporarily dropped sbt and broke libncurses. Both causes are gone: sbt is now installed explicitly via `sbt/[email protected]`, and 24.04 has been stable for over a year. ### Any related issues, documentation, discussions? Closes #5723. Reverses the temporary workaround in #3194. ### How was this PR tested? CI on this PR exercises every bumped job — `Required Checks` covers `amber`, `amber-integration`, and `platform`; Benchmarks covers `bench`; `benchmarks-pr-comment` runs on the artifact hand-off after Benchmarks. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.7) -- 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]
