summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDmitry Misharov <dmitry@openssl.org>2023-12-14 13:36:04 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-19 11:14:15 +0100
commitf17d3a904d7327365253d3a7818594fc3a17db64 (patch)
tree486c1ae1db10b69260cfb228753da3dfb96dad84 /.github/workflows
parent4b878e179e5e10eb8286304a9989c781565331c7 (diff)
run Windows GitHub CI workflow on self-hosted runners
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 ce42b72cb1ca2ba8669bc28a70ed9dca28b7a551)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index c80741cf51..1892b08481 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -25,7 +25,7 @@ jobs:
config: enable-fips
- arch: win32
config: --strict-warnings no-fips
- runs-on: ${{matrix.os}}
+ runs-on: ${{ github.server_url == 'https://github.com' && matrix.os || format('{0}-self-hosted', matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: checkout fuzz/corpora submodule
@@ -75,7 +75,7 @@ jobs:
os:
- windows-2019
- windows-2022
- runs-on: ${{matrix.os}}
+ runs-on: ${{ github.server_url == 'https://github.com' && matrix.os || format('{0}-self-hosted', matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: checkout fuzz/corpora submodule
@@ -113,7 +113,7 @@ jobs:
os:
- windows-2019
- windows-2022
- runs-on: ${{matrix.os}}
+ runs-on: ${{ github.server_url == 'https://github.com' && matrix.os || format('{0}-self-hosted', matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: checkout fuzz/corpora submodule
@@ -159,7 +159,7 @@ jobs:
# are we really learning sth new from win32? So let's save some CO2 for now disabling this
# - arch: win32
# config: -DCMAKE_C_COMPILER=gcc --strict-warnings no-fips
- runs-on: ${{matrix.os}}
+ runs-on: ${{ github.server_url == 'https://github.com' && matrix.os || format('{0}-self-hosted', matrix.os) }}
env:
CYGWIN_NOWINPATH: 1
SHELLOPTS: igncr