Update main.yml

This commit is contained in:
piotrpekala7
2021-04-18 22:35:52 +02:00
committed by GitHub
parent aac9476e26
commit 7c48791ae5

View File

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