From eb73676b62d68ccc3393e640e0caccf41911e575 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Tue, 24 Sep 2024 10:26:38 +0300 Subject: [PATCH] WIP: github_ci: test graviton3 runners Test running arm64 CI using Graviton3 runners. Signed-off-by: Matias Elo --- .github/workflows/ci-pipeline-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline-arm64.yml b/.github/workflows/ci-pipeline-arm64.yml index 1c644d4751..5acced25e4 100644 --- a/.github/workflows/ci-pipeline-arm64.yml +++ b/.github/workflows/ci-pipeline-arm64.yml @@ -13,7 +13,7 @@ env: jobs: Build_gcc: if: ${{ github.repository == 'OpenDataPlane/odp' }} - runs-on: [self-hosted, ARM64] + runs-on: ah-ubuntu_22_04-c7g_2x-50 strategy: fail-fast: false matrix: