From: Dmitry Misharov Date: Thu, 4 Jan 2024 13:19:10 +0000 (+0100) Subject: fix buildtest job runner X-Git-Tag: openssl-3.1.5~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63256ca9edfc94d06de0a68097950039515fe852;p=thirdparty%2Fopenssl.git fix buildtest job runner Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23203) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a054e3f23f7..207cf700de2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,7 +250,7 @@ jobs: run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} buildtest: - runs-on: ubuntu-latest + runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }} steps: - uses: actions/checkout@v4 - name: config