Skip to content

Commit

Permalink
feat: update github runner to 2.318.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vaggeliskls authored Jul 28, 2024
1 parent 04e8258 commit 244a060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/vaggeliskls/windows-in-docker-container:latest

# Github action settings
ENV GITHUB_RUNNER_NAME=windows_x64_vagrant
ENV GITHUB_RUNNER_VERSION=2.316.1
ENV GITHUB_RUNNER_VERSION=2.318.0
ENV GITHUB_RUNNER_FILE=actions-runner-win-x64-${GITHUB_RUNNER_VERSION}.zip
ENV GITHUB_RUNNER_URL=https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION}/${GITHUB_RUNNER_FILE}
ENV GITHUB_RUNNER_LABELS=windows,win_x64,windows_x64,windows_vagrant_action
Expand Down

0 comments on commit 244a060

Please sign in to comment.