Update ci.yml

Former-commit-id: b222340dcc
This commit is contained in:
Malte Rosenbjerg 2020-02-16 11:02:59 +01:00 committed by GitHub
parent f89a3e2ef3
commit 0d6acfebc8

View file

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