https://github.com/python/cpython/commit/ffcef2d6f918ebe846d3d15732835fb77e73829a
commit: ffcef2d6f918ebe846d3d15732835fb77e73829a
branch: 3.13
author: Diego Russo <[email protected]>
committer: hugovk <[email protected]>
date: 2025-01-21T22:40:59+02:00
summary:

[3.13] Move to public Linux arm64 hosted runners (#129146)

files:
M .github/workflows/reusable-ubuntu.yml

diff --git a/.github/workflows/reusable-ubuntu.yml 
b/.github/workflows/reusable-ubuntu.yml
index 2ef5b3cf8da9b1..09044660b432d0 100644
--- a/.github/workflows/reusable-ubuntu.yml
+++ b/.github/workflows/reusable-ubuntu.yml
@@ -20,7 +20,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-24.04, ubuntu-24.04-aarch64]
+        os: [ubuntu-24.04, ubuntu-24.04-arm]
     env:
       FORCE_COLOR: 1
       OPENSSL_VER: 3.0.15

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to