1313
1414jobs :
1515 local-cache :
16- runs-on : ${{ matrix.operating-system }}
16+ runs-on : ${{ matrix.os }}
1717 strategy :
1818 fail-fast : false
1919 matrix :
20- operating-system : [ubuntu-latest, windows-latest, macos-latest]
20+ os : [ubuntu-latest, windows-latest, macos-latest]
2121 node-version : [10, 12, 14]
2222 steps :
2323 - uses : actions/checkout@v2
@@ -30,11 +30,11 @@ jobs:
3030 shell : bash
3131
3232 manifest :
33- runs-on : ${{ matrix.operating-system }}
33+ runs-on : ${{ matrix.os }}
3434 strategy :
3535 fail-fast : false
3636 matrix :
37- operating-system : [ubuntu-latest, windows-latest, macos-latest]
37+ os : [ubuntu-latest, windows-latest, macos-latest]
3838 node-version : [10.15, 12.16.0, 14.2.0]
3939 steps :
4040 - uses : actions/checkout@v2
@@ -47,11 +47,11 @@ jobs:
4747 shell : bash
4848
4949 check-latest :
50- runs-on : ${{ matrix.operating-system }}
50+ runs-on : ${{ matrix.os }}
5151 strategy :
5252 fail-fast : false
5353 matrix :
54- operating-system : [ubuntu-latest, windows-latest, macos-latest]
54+ os : [ubuntu-latest, windows-latest, macos-latest]
5555 node-version : [10, 11, 12, 14]
5656 steps :
5757 - uses : actions/checkout@v2
@@ -65,11 +65,11 @@ jobs:
6565 shell : bash
6666
6767 node-dist :
68- runs-on : ${{ matrix.operating-system }}
68+ runs-on : ${{ matrix.os }}
6969 strategy :
7070 fail-fast : false
7171 matrix :
72- operating-system : [ubuntu-latest, windows-latest, macos-latest]
72+ os : [ubuntu-latest, windows-latest, macos-latest]
7373 node-version : [11, 13]
7474 steps :
7575 - uses : actions/checkout@v2
@@ -82,11 +82,11 @@ jobs:
8282 shell : bash
8383
8484 old-versions :
85- runs-on : ${{ matrix.operating-system }}
85+ runs-on : ${{ matrix.os }}
8686 strategy :
8787 fail-fast : false
8888 matrix :
89- operating-system : [ubuntu-latest, windows-latest, macos-latest]
89+ os : [ubuntu-latest, windows-latest, macos-latest]
9090 steps :
9191 - uses : actions/checkout@v2
9292 # test old versions which didn't have npm and layout different
0 commit comments