From: Dmitry Misharov Date: Thu, 4 Jan 2024 13:19:10 +0000 (+0100) Subject: fix buildtest job runner X-Git-Tag: openssl-3.0.13~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b820d1c8baef9e32b70c192ffe5ec57bb340b4f3;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) (cherry picked from commit 63256ca9edfc94d06de0a68097950039515fe852) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 078864471cb..6944f370f2f 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