From f87f3ad6ea8bb80cba9ce009079e1b6c7486feac Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sat, 19 Oct 2024 10:42:33 -0700 Subject: [PATCH] [Github] Bump CI compiler version to 19.1.2 (#113016) --- .github/workflows/containers/github-action-ci/stage1.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers/github-action-ci/stage1.Dockerfile b/.github/workflows/containers/github-action-ci/stage1.Dockerfile index 73828cc05736..3e2c1ab11d58 100644 --- a/.github/workflows/containers/github-action-ci/stage1.Dockerfile +++ b/.github/workflows/containers/github-action-ci/stage1.Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:22.04 as base ENV LLVM_SYSROOT=/opt/llvm FROM base as stage1-toolchain -ENV LLVM_VERSION=18.1.8 +ENV LLVM_VERSION=19.1.2 RUN apt-get update && \ apt-get install -y \