From fb17f41522718013036ce44cbe83a72f5d9a2104 Mon Sep 17 00:00:00 2001 From: Diego Russo Date: Wed, 19 Feb 2025 16:06:11 +0000 Subject: [PATCH] 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 80b9e79d84e835ecdb5a15c9ba73e44803ca9d32. --- .github/workflows/build.yml | 4 ++-- .github/workflows/jit.yml | 2 +- .github/workflows/tail-call.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf94f2642150..e94c483c9ae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index f8b0c98f052a..806a8524112d 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-22.04-arm + runner: ubuntu-24.04-arm steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml index 119c60a15732..33b37ca52fbd 100644 --- a/.github/workflows/tail-call.yml +++ b/.github/workflows/tail-call.yml @@ -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 -- 2.47.3