summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDmitry Misharov <dmitry@openssl.org>2023-12-14 11:09:15 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-19 11:14:36 +0100
commitb7495734d2821a33bce8b3f4e85c0fb75dbdad1d (patch)
tree10569818c808755bf3ab94847e59829c69d545ab /.github
parentb1b3cb9d9a14b630130181ee0c8801752a74e71c (diff)
run Cross Compiles workflow on self-hosted runner
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cross-compiles.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cross-compiles.yml b/.github/workflows/cross-compiles.yml
index 44d5bed388..91bfeabed9 100644
--- a/.github/workflows/cross-compiles.yml
+++ b/.github/workflows/cross-compiles.yml
@@ -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 != ''