[Github] Bump Actions Runner to v2.329.0

Bump the runner version to keep things up to date and ensure we do not
run past the runner support time horizon.
This commit is contained in:
Aiden Grossman
2025-10-14 18:08:32 +00:00
parent df258c07c3
commit d6b22a347f
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ RUN powershell -Command \
RUN git config --system core.longpaths true & \
git config --global core.autocrlf false
ARG RUNNER_VERSION=2.328.0
ARG RUNNER_VERSION=2.329.0
ENV RUNNER_VERSION=$RUNNER_VERSION
RUN powershell -Command \

View File

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

View File

@@ -23,7 +23,7 @@ services:
dockerfile: Dockerfile
target: actions-builder
args:
GITHUB_RUNNER_VERSION: "2.328.0"
GITHUB_RUNNER_VERSION: "2.329.0"
<<: [*image_versions, *compiler_versions]
android-buildkite-builder: