https://github.com/python/cpython/commit/80b9e79d84e835ecdb5a15c9ba73e44803ca9d32
commit: 80b9e79d84e835ecdb5a15c9ba73e44803ca9d32
branch: main
author: Diego Russo <[email protected]>
committer: hugovk <[email protected]>
date: 2025-02-08T08:56:19+02:00
summary:

Use ubuntu-22.04-arm image for Arm runners. (#129834)

GitHub suggested us to try the 22.04 images for the Arm runners while
they are invetigating the failures we've been having using 24.04.

files:
M .github/workflows/build.yml
M .github/workflows/jit.yml
M .github/workflows/tail-call.yml

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dc2f4858be6e8c..63417972ba6bec 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -247,13 +247,13 @@ jobs:
         - true
         os:
         - ubuntu-24.04
-        - ubuntu-24.04-arm
+        - ubuntu-22.04-arm
         exclude:
         # Do not test BOLT with free-threading, to conserve resources
         - bolt: true
           free-threading: true
         # BOLT currently crashes during instrumentation on aarch64
-        - os: ubuntu-24.04-arm
+        - os: ubuntu-22.04-arm
           bolt: true
     uses: ./.github/workflows/reusable-ubuntu.yml
     with:
diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml
index 806a8524112d76..f8b0c98f052ab9 100644
--- a/.github/workflows/jit.yml
+++ b/.github/workflows/jit.yml
@@ -86,7 +86,7 @@ jobs:
             runner: ubuntu-24.04
           - target: aarch64-unknown-linux-gnu/gcc
             architecture: aarch64
-            runner: ubuntu-24.04-arm
+            runner: ubuntu-22.04-arm
     steps:
       - uses: actions/checkout@v4
         with:
diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml
index ad5d0aa55173c4..37df21af02e919 100644
--- a/.github/workflows/tail-call.yml
+++ b/.github/workflows/tail-call.yml
@@ -62,7 +62,7 @@ jobs:
             runner: ubuntu-24.04
           - target: aarch64-unknown-linux-gnu/gcc
             architecture: aarch64
-            runner: ubuntu-24.04-arm
+            runner: ubuntu-22.04-arm
     steps:
       - uses: actions/checkout@v4
         with:

_______________________________________________
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