Skip to content

Commit

Permalink
Use runner version 2.311.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Nov 17, 2023
1 parent 588bbba commit 1dbbff4
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.310.0
ARG RUNNER_VERSION=2.311.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 @@ -44,7 +44,7 @@ do
-v /casefold:/win_sdk \
--network none \
--device=/dev/kvm \
uazo/github-runner:2.310.0
uazo/github-runner:2.311.0

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

0 comments on commit 1dbbff4

Please sign in to comment.