Fix workflow file format

This commit is contained in:
Andrew Senetar 2021-08-17 00:33:54 -05:00
parent c0ba6fb57a
commit 3ee21771f9
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]