summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Misharov <dmitry@openssl.org>2024-01-04 14:19:10 +0100
committerTomas Mraz <tomas@openssl.org>2024-01-05 17:08:40 +0100
commitb820d1c8baef9e32b70c192ffe5ec57bb340b4f3 (patch)
tree83c66780d56637961f9924e0d4beeef557fa6925
parent0398bc20080de037a8433fe81cfdef3ba0ec9d4c (diff)
fix buildtest job runner
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23203) (cherry picked from commit 63256ca9edfc94d06de0a68097950039515fe852)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 078864471c..6944f370f2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -250,7 +250,7 @@ jobs:
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4}
buildtest:
- runs-on: ubuntu-latest
+ runs-on: ${{ github.server_url == 'https://github.com' && 'ubuntu-latest' || 'ubuntu-22.04-self-hosted' }}
steps:
- uses: actions/checkout@v4
- name: config