Fix runs-on

This commit is contained in:
Michael Snoyman 2020-04-26 10:52:54 +03:00
parent d4e1d8a204
commit 15dae9d040
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -5,7 +5,7 @@ on: [pull_request, push]
jobs:
build:
name: CI
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix: