diff --git a/build_tools/github_actions/runner/gcp/create_templates.sh b/build_tools/github_actions/runner/gcp/create_templates.sh index 8d3bba757127..c3a198e3fb4b 100755 --- a/build_tools/github_actions/runner/gcp/create_templates.sh +++ b/build_tools/github_actions/runner/gcp/create_templates.sh @@ -17,8 +17,8 @@ TESTING="${TEMPLATE_TESTING:-0}" DRY_RUN="${DRY_RUN:-0}" TESTING_SELF_DELETER="${TESTING_SELF_DELETER:-0}" -GPU_IMAGE="${GPU_IMAGE:-github-runner-gpu-2023-10-13-1697221547}" -CPU_IMAGE="${CPU_IMAGE:-github-runner-cpu-2023-06-02-1685725199}" +GPU_IMAGE="${GPU_IMAGE:-github-runner-gpu-2024-07-17-211258}" +CPU_IMAGE="${CPU_IMAGE:-github-runner-cpu-2024-07-17-203409}" ARM64_IMAGE="${ARM64_IMAGE:-github-runner-arm64-2023-11-01-1698857095}" DISK_SIZE_GB="${DISK_SIZE_GB:-1000}"