Update ci.yml

This commit is contained in:
Malte Rosenbjerg 2020-02-16 10:46:58 +01:00 committed by GitHub
parent a7e2478862
commit 90727eb228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core