Skip to content

Commit

Permalink
Update Github runner to 2.316.1 (iree-org#17609)
Browse files Browse the repository at this point in the history
Update Github runner in template to 2.316.1

skip-ci: Not tested in CI

Signed-off-by: Nancy Yuen <[email protected]>
  • Loading branch information
yuennancy authored Jun 7, 2024
1 parent 2f89c7d commit 93fc09a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_tools/github_actions/runner/gcp/create_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ VERSION="${SHORT_REF}-${SUFFIX}"
if (( TESTING!=0 )); then
VERSION="${VERSION}-testing"
fi
GITHUB_RUNNER_VERSION="${GITHUB_RUNNER_VERSION:-2.316.0}"
GITHUB_RUNNER_X64_ARCHIVE_DIGEST="${GITHUB_RUNNER_X64_ARCHIVE_DIGEST:-64a47e18119f0c5d70e21b6050472c2af3f582633c9678d40cb5bcb852bcc18f}"
GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST="${GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST:-03ea42d347d9ad2d875ea03c2321a0e6507c8575edaa6a75fbe8edfefe0e2a74}"
GITHUB_RUNNER_VERSION="${GITHUB_RUNNER_VERSION:-2.316.1}"
GITHUB_RUNNER_X64_ARCHIVE_DIGEST="${GITHUB_RUNNER_X64_ARCHIVE_DIGEST:-d62de2400eeeacd195db91e2ff011bfb646cd5d85545e81d8f78c436183e09a8}"
GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST="${GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST:-4f506deac376013a95683fd5873e9c40f27e5790895147ccaa24d7c970532249}"
GITHUB_TOKEN_PROXY_URL="${GITHUB_TOKEN_PROXY_URL:-https://ght-proxy-zbhz5clunq-ue.a.run.app}"

if (( TESTING_SELF_DELETER==1 )); then
Expand Down

0 comments on commit 93fc09a

Please sign in to comment.