]> 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:14:36 +0000 (11:14 +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 44d5bed3886cda904e76d815f17d3515ef3400b7..91bfeabed993fa780d74d2742467d8e97d358cd8 100644 (file)
@@ -148,7 +148,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 package repository
       if: matrix.platform.ppa != ''