]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci.yml: Remove remaining hack for self-hosted worker
authorTomas Mraz <tomas@openssl.org>
Fri, 15 Nov 2024 17:01:38 +0000 (18:01 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 15 Nov 2024 17:01:38 +0000 (18:01 +0100)
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/25964)

.github/workflows/ci.yml

index 0f4d6efb66aa369424506362ad48bc5e4e830d3f..c0fa9fdb180d32823cc1156ea3f9d73af9bd34f5 100644 (file)
@@ -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