]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use ubuntu-22.04-arm image for Arm runners. (#129834)
authorDiego Russo <diego.russo@arm.com>
Sat, 8 Feb 2025 06:56:19 +0000 (06:56 +0000)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 06:56:19 +0000 (08:56 +0200)
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.

.github/workflows/build.yml
.github/workflows/jit.yml
.github/workflows/tail-call.yml

index dc2f4858be6e8c53289c20a3c7010c5de2db2da1..63417972ba6bec51914df716879dcae22c6e14d9 100644 (file)
@@ -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:
index 806a8524112d7652953db161ecae51eded1cfe1e..f8b0c98f052ab9880806c4cbb4be395f4b7855c5 100644 (file)
@@ -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:
index ad5d0aa55173c4d6288d2f6ecbc7c09057e4552b..37df21af02e9195ddeaa046e3666f2d3b386c482 100644 (file)
@@ -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: