circt
circt copied to clipboard
[ci] Bump CI images
trafficstars
Bump the CI images to use Ubuntu 24.04.
I don't think circt-ci-build has been updated:
$ docker run ghcr.io/circt/images/circt-ci-build:20250425003355 /usr/bin/lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
integration-test was updated to use ubuntu:24.04, not circt-ci-build.
Good catch. I had thought those shared a common dependency, but they don't. Working on the update to this image here: https://github.com/circt/images/pull/38
I think we might have bumped the CI images since this PR was opened, so it might no longer be necessary?