chore: operating-system -> os

Schema validation was flagging the old property name
This commit is contained in:
Nick Schonning 2020-08-15 14:18:49 -04:00
parent 59e61b8951
commit 9666fd7006
2 changed files with 12 additions and 12 deletions

View file

@ -13,10 +13,10 @@ on:
jobs:
build:
runs-on: ${{ matrix.operating-system }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Setup node 12