We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b77571 commit bd54c08Copy full SHA for bd54c08
.github/workflows/pytest-gpu.yml
@@ -31,7 +31,7 @@ on:
31
jobs:
32
build:
33
name: ${{ matrix.name }}
34
- runs-on: ${{ matrix.tags }}
+ runs-on: ${{ fromJSON('["' + join(matrix.tags, '","') + '"]') }}
35
36
# Job-level env (includes per-runner image/container tags)
37
env:
0 commit comments