We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcb9a5 commit e2632bdCopy full SHA for e2632bd
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
build:
13
- runs-on: {{ matrix.os }}
+ runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
os: [ ubuntu-latest, windows-latest, macos-latest ]
0 commit comments