Skip to content

Commit 13e738a

Browse files
boomanaiden154linuxlonelyeagle
authored andcommitted
[Github] Bump Github Runner Version to 2.334.0 (llvm#193318)
Release notes imply this probably shouldn't impact us. Update the runner version in the containers so that we do not run past the support horizon.
1 parent c82d8e8 commit 13e738a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/containers/github-action-ci-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN powershell -Command \
9292
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" \
9393
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
9494
95-
ARG RUNNER_VERSION=2.332.0
95+
ARG RUNNER_VERSION=2.334.0
9696
ENV RUNNER_VERSION=$RUNNER_VERSION
9797
9898
RUN powershell -Command \

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ WORKDIR /home/gha
100100

101101
FROM ci-container AS ci-container-agent
102102

103-
ENV GITHUB_RUNNER_VERSION=2.332.0
103+
ENV GITHUB_RUNNER_VERSION=2.334.0
104104

105105
RUN mkdir actions-runner && \
106106
cd actions-runner && \

0 commit comments

Comments
 (0)