We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0bcfd commit f7b784cCopy full SHA for f7b784c
1 file changed
.github/workflows/github-actions.yml
@@ -2,7 +2,7 @@ name: github-actions
2
on: [push, pull_request]
3
jobs:
4
unit-testing:
5
- runs-on: {{ matrix.os }}
+ runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments