[Github] Bump Github Runner Version to 2.334.0 (#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.
This commit is contained in:
Aiden Grossman
2026-04-21 14:04:48 -07:00
committed by GitHub
parent 99e4f6a05f
commit 0bbd61a339
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ RUN powershell -Command \
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" \ New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" \
-Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
ARG RUNNER_VERSION=2.332.0 ARG RUNNER_VERSION=2.334.0
ENV RUNNER_VERSION=$RUNNER_VERSION ENV RUNNER_VERSION=$RUNNER_VERSION
RUN powershell -Command \ RUN powershell -Command \

View File

@@ -100,7 +100,7 @@ WORKDIR /home/gha
FROM ci-container AS ci-container-agent FROM ci-container AS ci-container-agent
ENV GITHUB_RUNNER_VERSION=2.332.0 ENV GITHUB_RUNNER_VERSION=2.334.0
RUN mkdir actions-runner && \ RUN mkdir actions-runner && \
cd actions-runner && \ cd actions-runner && \