Update ci.yml

Former-commit-id: 90727eb228
This commit is contained in:
Malte Rosenbjerg 2020-02-16 10:46:58 +01:00 committed by GitHub
parent 55dd041961
commit c9dc111f17

View file

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