Skip to content

Commit

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

Issue: iree-org#15144
  • Loading branch information
Jerry Wu authored Oct 24, 2023
1 parent 8c34b97 commit bb1efe8
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.309.0}"
GITHUB_RUNNER_X64_ARCHIVE_DIGEST="${GITHUB_RUNNER_X64_ARCHIVE_DIGEST:-2974243bab2a282349ac833475d241d5273605d3628f0685bd07fb5530f9bb1a}"
GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST="${GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST:-b172da68eef96d552534294e4fb0a3ff524e945fc5d955666bab24eccc6ed149}"
GITHUB_RUNNER_VERSION="${GITHUB_RUNNER_VERSION:-2.311.0}"
GITHUB_RUNNER_X64_ARCHIVE_DIGEST="${GITHUB_RUNNER_X64_ARCHIVE_DIGEST:-29fc8cf2dab4c195bb147384e7e2c94cfd4d4022c793b346a6175435265aa278}"
GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST="${GITHUB_RUNNER_ARM64_ARCHIVE_DIGEST:-5d13b77e0aa5306b6c03e234ad1da4d9c6aa7831d26fd7e37a3656e77153611e}"
GITHUB_TOKEN_PROXY_URL="${GITHUB_TOKEN_PROXY_URL:-https://ght-proxy-openxla-zbhz5clunq-ue.a.run.app}"

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

0 comments on commit bb1efe8

Please sign in to comment.