Use runner-os consistently in integ-tests

This commit is contained in:
daz
2024-04-10 05:45:58 -06:00
parent 0ebfbb8f41
commit cd54673221
3 changed files with 18 additions and 5 deletions

View File

@@ -116,7 +116,11 @@ jobs:
fi
config-cache:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: ${{fromJSON(inputs.runner-os)}}
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
uses: actions/checkout@v4