Skip to content

Commit

Permalink
[INFRA] Use runner version 2.317.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jul 10, 2024
1 parent 4cf08e3 commit 0a9f979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/images/github-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN useradd -m runner \

# Build args
ARG TARGETPLATFORM=amd64
ARG RUNNER_VERSION=2.316.1
ARG RUNNER_VERSION=2.317.0
WORKDIR /runner

# Runner download supports amd64 as x64
Expand Down
2 changes: 1 addition & 1 deletion tools/images/github-runner/start-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ do
-v /casefold:/win_sdk \
--network none \
--device=/dev/kvm \
uazo/github-runner:2.316.1
uazo/github-runner:2.317.0

echo "You can stop now"
sleep 5s
Expand Down

0 comments on commit 0a9f979

Please sign in to comment.