From e0c9a3f1fef03b1d3276aca8767853f1da21db46 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 21 Apr 2026 20:59:37 +0000 Subject: [PATCH] [Github] Bump Github Runner Version to 2.334.0 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. --- .../workflows/containers/github-action-ci-windows/Dockerfile | 2 +- .github/workflows/containers/github-action-ci/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/containers/github-action-ci-windows/Dockerfile b/.github/workflows/containers/github-action-ci-windows/Dockerfile index 5a885390b4463..dd12540026183 100644 --- a/.github/workflows/containers/github-action-ci-windows/Dockerfile +++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile @@ -92,7 +92,7 @@ RUN powershell -Command \ New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" \ -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force -ARG RUNNER_VERSION=2.332.0 +ARG RUNNER_VERSION=2.334.0 ENV RUNNER_VERSION=$RUNNER_VERSION RUN powershell -Command \ diff --git a/.github/workflows/containers/github-action-ci/Dockerfile b/.github/workflows/containers/github-action-ci/Dockerfile index 20696949c8659..60310fc5362e4 100644 --- a/.github/workflows/containers/github-action-ci/Dockerfile +++ b/.github/workflows/containers/github-action-ci/Dockerfile @@ -100,7 +100,7 @@ WORKDIR /home/gha 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 && \ cd actions-runner && \