]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert "Use ubuntu-22.04-arm image for Arm runners. (#129834)" (#130305)
authorDiego Russo <diego.russo@arm.com>
Wed, 19 Feb 2025 16:06:11 +0000 (16:06 +0000)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 16:06:11 +0000 (17:06 +0100)
GitHub discovered it was an issue with the underlying hardware
and have migrated all the runners to a different arm sku (dpdsv5).

This reverts commit 80b9e79d84e835ecdb5a15c9ba73e44803ca9d32.

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

index bf94f2642150634bdac4da1c367a3c9f87e88761..e94c483c9ae9dcad512929178cffc4556fff5404 100644 (file)
@@ -245,13 +245,13 @@ jobs:
         - true
         os:
         - ubuntu-24.04
-        - ubuntu-22.04-arm
+        - ubuntu-24.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-22.04-arm
+        - os: ubuntu-24.04-arm
           bolt: true
     uses: ./.github/workflows/reusable-ubuntu.yml
     with:
index f8b0c98f052ab9880806c4cbb4be395f4b7855c5..806a8524112d7652953db161ecae51eded1cfe1e 100644 (file)
@@ -86,7 +86,7 @@ jobs:
             runner: ubuntu-24.04
           - target: aarch64-unknown-linux-gnu/gcc
             architecture: aarch64
-            runner: ubuntu-22.04-arm
+            runner: ubuntu-24.04-arm
     steps:
       - uses: actions/checkout@v4
         with:
index 119c60a15732bfe500171edf9e721aa9d247cd9a..33b37ca52fbdd0e82f36412baa5cc68b70093187 100644 (file)
@@ -65,7 +65,7 @@ jobs:
             runner: ubuntu-24.04
           - target: aarch64-unknown-linux-gnu/gcc
             architecture: aarch64
-            runner: ubuntu-22.04-arm
+            runner: ubuntu-24.04-arm
           - target: free-threading
             architecture: x86_64
             runner: ubuntu-24.04