Skip to content

Commit a9b3e2e

Browse files
[CI] Bump CI Container Version (#417)
We recently bumped the CI container from Ubuntu 22.04 to 24.04 in the monorepo. This patch bumps the version here to keep up with the updates, especially given that the bump means the 22.04 version is not really supported/maintained upstream anymore.
1 parent 481e947 commit a9b3e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: premerge/linux_runners_values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ template:
1818
premerge-platform: linux
1919
containers:
2020
- name: runner
21-
image: ghcr.io/llvm/ci-ubuntu-22.04-agent:latest
21+
image: ghcr.io/llvm/ci-ubuntu-24.04-agent:latest
2222
command: ["/home/gha/actions-runner/run.sh"]
2323
resources:
2424
# If we don't set the CPU request high-enough here, 2 runners might

0 commit comments

Comments
 (0)