From 51597e2ee6ef4a384167bb1ed3528da1ab578d61 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Thu, 20 Feb 2025 13:52:19 +0100 Subject: [PATCH] Use linux-arm64 or the public ubuntu-24.04-arm runner image dependent on whether this runs on the openssl/openssl repository or a clone. Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26855) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be41518d48a..17e2104a52a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: path: artifacts.tar.gz linux-arm64: - runs-on: linux-arm64 + runs-on: ${{ github.repository == 'openssl/openssl' && 'linux-arm64' || 'ubuntu-24.04-arm' }} steps: - uses: actions/checkout@v4 - name: config -- 2.47.2