summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ef481f..c11d391 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,7 +4,10 @@ on: [push]
4 4
5jobs: 5jobs:
6 build: 6 build:
7 runs-on: [ubuntu-latest, macos-latest] 7 strategy:
8 matrix:
9 platform: [ubuntu-latest, macos-latest]
10 runs-on: ${{ matrix.platform }}
8 steps: 11 steps:
9 - uses: actions/checkout@v1 12 - uses: actions/checkout@v1
10 - name: autogen 13 - name: autogen