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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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