[Github] Bump CI compiler version to 19.1.2 (#113016)

This commit is contained in:
Aiden Grossman 2024-10-19 10:42:33 -07:00 committed by GitHub
parent 697a455e6f
commit f87f3ad6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \