Skip to content

Commit e2632bd

Browse files
committed
Fix syntax
1 parent 8dcb9a5 commit e2632bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: {{ matrix.os }}
13+
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest, windows-latest, macos-latest ]

0 commit comments

Comments
 (0)