mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
[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:
@@ -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 \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user