From d7a6a8e223288a6d638232d7b6a88c55ec55d2d1 Mon Sep 17 00:00:00 2001 From: Benjy Weinberger Date: Wed, 16 Oct 2024 18:38:59 +0200 Subject: [PATCH] Update the ARM64 CI AMI. (#21531) This AMI will have all pythons from 3.7 to 3.13 preinstalled. Also update the docs on how to create it. --- .github/runs-on.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/runs-on.yml b/.github/runs-on.yml index ef4ed47a9b7..8e36304f20f 100644 --- a/.github/runs-on.yml +++ b/.github/runs-on.yml @@ -1,6 +1,6 @@ images: - ubuntu22-full-arm64-python3.7-python3.8-python3.9: + ubuntu22-full-arm64-python3.7-3.13: platform: "linux" arch: "arm64" owner: "408085265505" - ami: "ami-072f12824058aa801" + ami: "ami-0718bef309678bb83"