Fix?
This commit is contained in:
parent
e2855617a1
commit
0fd65dc954
|
@ -17,10 +17,11 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_tests:
|
run_tests:
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on:
|
||||||
|
group: ${{ matrix.runner.group }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runner: [ubuntu-latest, intel-pvc-tgi]
|
runner: [{os: ubuntu-latest}, {os: ubuntu-latest, group: intel-pvc-tgi}]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SCCACHE_GHA_ENABLED: "on"
|
SCCACHE_GHA_ENABLED: "on"
|
||||||
|
|
Loading…
Reference in New Issue