Skip to content

Commit fb17f41

Browse files
authored
Revert "Use ubuntu-22.04-arm image for Arm runners. (#129834)" (#130305)
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 80b9e79.
1 parent 2498c22 commit fb17f41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,13 @@ jobs:
245245
- true
246246
os:
247247
- ubuntu-24.04
248-
- ubuntu-22.04-arm
248+
- ubuntu-24.04-arm
249249
exclude:
250250
# Do not test BOLT with free-threading, to conserve resources
251251
- bolt: true
252252
free-threading: true
253253
# BOLT currently crashes during instrumentation on aarch64
254-
- os: ubuntu-22.04-arm
254+
- os: ubuntu-24.04-arm
255255
bolt: true
256256
uses: ./.github/workflows/reusable-ubuntu.yml
257257
with:

.github/workflows/jit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
runner: ubuntu-24.04
8787
- target: aarch64-unknown-linux-gnu/gcc
8888
architecture: aarch64
89-
runner: ubuntu-22.04-arm
89+
runner: ubuntu-24.04-arm
9090
steps:
9191
- uses: actions/checkout@v4
9292
with:

.github/workflows/tail-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runner: ubuntu-24.04
6666
- target: aarch64-unknown-linux-gnu/gcc
6767
architecture: aarch64
68-
runner: ubuntu-22.04-arm
68+
runner: ubuntu-24.04-arm
6969
- target: free-threading
7070
architecture: x86_64
7171
runner: ubuntu-24.04

0 commit comments

Comments
 (0)