diff --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile index 50a68c154f92..5a885390b446 100644 --- a/.github/workflows/containers/github-action-ci-windows/Dockerfile +++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile @@ -102,7 +102,7 @@ RUN powershell -Command \ rm actions-runner-win.zip # Set the LLVM_VERSION environment variable -ENV LLVM_VERSION=21.1.8 +ENV LLVM_VERSION=22.1.0 # Download and extract Clang compiler. # Create directories, download, extract, and clean up all in one layer diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile index d3d5b4ffa509..6d3f29898fdb 100644 --- a/.github/workflows/containers/github-action-ci/Dockerfile +++ b/.github/workflows/containers/github-action-ci/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:24.04 AS base ENV LLVM_SYSROOT=/opt/llvm FROM base AS stage1-toolchain -ENV LLVM_VERSION=21.1.8 +ENV LLVM_VERSION=22.1.0 RUN apt-get update && \ apt-get install -y \