File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/workflows/containers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN choco install -y handle
108
108
109
109
RUN pip3 install pywin32 buildbot-worker==2.8.4
110
110
111
- ARG RUNNER_VERSION=2.323 .0
111
+ ARG RUNNER_VERSION=2.324 .0
112
112
ENV RUNNER_VERSION=$RUNNER_VERSION
113
113
114
114
RUN powershell -Command \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM docker.io/library/ubuntu:24.04 as base
2
2
ENV LLVM_SYSROOT=/opt/llvm
3
3
4
4
FROM base as stage1-toolchain
5
- ENV LLVM_VERSION=20.1.1
5
+ ENV LLVM_VERSION=20.1.4
6
6
7
7
RUN apt-get update && \
8
8
apt-get install -y \
@@ -86,7 +86,7 @@ WORKDIR /home/gha
86
86
87
87
FROM ci-container as ci-container-agent
88
88
89
- ENV GITHUB_RUNNER_VERSION=2.323 .0
89
+ ENV GITHUB_RUNNER_VERSION=2.324 .0
90
90
91
91
RUN mkdir actions-runner && \
92
92
cd actions-runner && \
You can’t perform that action at this time.
0 commit comments