Update ci.yml

This commit is contained in:
Malte Rosenbjerg 2020-02-16 11:02:59 +01:00 committed by GitHub
parent 95e5578bff
commit b222340dcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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