From: Tomas Mraz Date: Fri, 15 Nov 2024 17:01:38 +0000 (+0100) Subject: ci.yml: Remove remaining hack for self-hosted worker X-Git-Tag: openssl-3.1.8~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04da687c2b39c2e3a559d8222a1ca7dda607c4dd;p=thirdparty%2Fopenssl.git ci.yml: Remove remaining hack for self-hosted worker Reviewed-by: Paul Dale Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/25964) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f4d6efb66a..c0fa9fdb180 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,7 +270,7 @@ jobs: run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} buildtest: - runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: config