]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
run Cross Compiles workflow on self-hosted runner
authorDmitry Misharov <dmitry@openssl.org>
Thu, 14 Dec 2023 10:09:15 +0000 (11:09 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 19 Dec 2023 10:22:53 +0000 (11:22 +0100)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23042)

(cherry picked from commit 625287bc80129deedab7484ee4c0ac112ae874a0)

.github/workflows/cross-compiles.yml

index ef946545aa40a2e646a5eab1ddf5eaa3c13514f4..ca8558b74e6ace9144840621b11610f218eefa92 100644 (file)
@@ -129,7 +129,7 @@ jobs:
             tests: none
           }
         ]
-    runs-on: ubuntu-latest
+    runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }}
     steps:
     - name: install packages
       run: |