]> 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>
Wed, 20 Nov 2024 16:06:31 +0000 (17:06 +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)

(cherry picked from commit 04da687c2b39c2e3a559d8222a1ca7dda607c4dd)

.github/workflows/ci.yml

index a3b6de2b11aef54de399c6055110657de7eddf5f..089f98055284f6831ccb174d02ced40fc58905a1 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