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
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
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
# 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