mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Use runner-os consistently in integ-tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user