We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff3e1e commit 6d945d9Copy full SHA for 6d945d9
.github/workflows/test.yaml
@@ -7,7 +7,7 @@ jobs:
7
8
strategy:
9
matrix:
10
- operating-system: [ubuntu-18.04, windows-2019]
+ os: [ubuntu-18.04, windows-2019]
11
12
runs-on: ${{ matrix.operating-system }}
13
0 commit comments