Matrix OS

This commit is contained in:
CrazyMax 2020-05-03 21:35:54 +02:00
parent cd56930939
commit 070decda57
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 16 additions and 2 deletions

View file

@ -10,7 +10,14 @@ on:
jobs:
ci:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
-
name: Checkout

View file

@ -10,7 +10,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
-
# https://github.com/actions/checkout