From a2f8bcc95def89de92141e627e53c796b1377089 Mon Sep 17 00:00:00 2001 From: Samuel Pelegrinello Caipers <71756456+spcaipers-arm@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:56:34 +0100 Subject: [PATCH] i#5365 Update new self-hosted runner for Arm pre-sve workflow (#6910) --- .github/workflows/ci-aarchxx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-aarchxx.yml b/.github/workflows/ci-aarchxx.yml index 99f1862a24b..831e4cd22c8 100644 --- a/.github/workflows/ci-aarchxx.yml +++ b/.github/workflows/ci-aarchxx.yml @@ -51,7 +51,7 @@ jobs: matrix: # This job will run in parallel. include: - - os: ubuntu-20-arm64 + - os: ubuntu-20-arm64-pre-sve sve: false - os: ubuntu-20-arm64-sve sve: true