Update build.yml

This commit is contained in:
Luis v.d.Eltz
2022-03-06 17:14:06 +01:00
committed by GitHub
parent 66774e4ae4
commit 2d78b282fc
+4 -1
View File
@@ -8,8 +8,11 @@ on:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2