chore: operating-system -> os (#184)

Schema validation was flagging the old property name
This commit is contained in:
Nick Schonning
2021-01-20 14:15:22 -05:00
committed by GitHub
parent 23bdee16bc
commit 05f0551dbd
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