diff --git a/build_tools/github_actions/runner/gcp/create_templates.sh b/build_tools/github_actions/runner/gcp/create_templates.sh index e0ca19ac626c..03bef734944a 100755 --- a/build_tools/github_actions/runner/gcp/create_templates.sh +++ b/build_tools/github_actions/runner/gcp/create_templates.sh @@ -17,7 +17,7 @@ TESTING="${TEMPLATE_TESTING:-0}" DRY_RUN="${DRY_RUN:-0}" TESTING_SELF_DELETER="${TESTING_SELF_DELETER:-0}" -GPU_IMAGE="${GPU_IMAGE:-github-runner-gpu-2023-08-28-1693244870}" +GPU_IMAGE="${GPU_IMAGE:-github-runner-gpu-2023-10-13-1697221547}" CPU_IMAGE="${CPU_IMAGE:-github-runner-cpu-2023-06-02-1685725199}" ARM64_IMAGE="${ARM64_IMAGE:-github-runner-arm64-2023-08-21-1692581800}" DISK_SIZE_GB="${DISK_SIZE_GB:-1000}"