Commit 3763b845 authored by Nikias Bassen's avatar Nikias Bassen

[github actions] Fix workflow

parent a0297063
...@@ -4,7 +4,10 @@ on: [push] ...@@ -4,7 +4,10 @@ on: [push]
jobs: jobs:
build: build:
runs-on: [ubuntu-latest, macos-latest] strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: autogen - name: autogen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment