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:11:28 +0100
commit625287bc80129deedab7484ee4c0ac112ae874a0 (patch)
tree564956ab9c4d3518c6f6f5a32fd44fc1c59780d8 /.github
parentffed597882baf2f07274e7eaa8f3c4fa9fa74ac1 (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)
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 21683b731d..c3dd90cab9 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 != ''