From: Dmitry Misharov Date: Thu, 14 Dec 2023 10:09:15 +0000 (+0100) Subject: run Cross Compiles workflow on self-hosted runner X-Git-Tag: openssl-3.3.0-alpha1~469 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625287bc80129deedab7484ee4c0ac112ae874a0;p=thirdparty%2Fopenssl.git run Cross Compiles workflow on self-hosted runner Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23042) --- diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml index 21683b731df..c3dd90cab9a 100644 --- a/.github/workflows/cross-compiles.yml +++ b/.github/workflows/cross-compiles.yml @@ -148,7 +148,7 @@ jobs: tests: none } ] - runs-on: ubuntu-latest + runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }} steps: - name: install package repository if: matrix.platform.ppa != ''