From 57cbe8a84b8881dc8841423d7f4a87435beb87e4 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 7 Jul 2025 20:37:50 +0000 Subject: [PATCH] [Github][CI] Bump Github Runner Version in CI Container to v2.326.0 This is the latest runner version. Looks like it contains some minor fixes/dependency bumps. --- .../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 eafe45fac8ea4..c49b6b25ffb68 100644 --- a/.github/workflows/containers/github-action-ci-windows/Dockerfile +++ b/.github/workflows/containers/github-action-ci-windows/Dockerfile @@ -85,7 +85,7 @@ RUN powershell -Command \ RUN git config --system core.longpaths true & \ git config --global core.autocrlf false -ARG RUNNER_VERSION=2.325.0 +ARG RUNNER_VERSION=2.326.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 f2716f0a9c6a0..197bf083a20c0 100644 --- a/.github/workflows/containers/github-action-ci/Dockerfile +++ b/.github/workflows/containers/github-action-ci/Dockerfile @@ -86,7 +86,7 @@ WORKDIR /home/gha FROM ci-container as ci-container-agent -ENV GITHUB_RUNNER_VERSION=2.325.0 +ENV GITHUB_RUNNER_VERSION=2.326.0 RUN mkdir actions-runner && \ cd actions-runner && \