aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-01-24 14:34:48 +0100
committerMartin Polden <mpolden@mpolden.no>2021-01-24 14:34:48 +0100
commit48ada0316c9e79957d7ad2ccf5b87e274fa74c40 (patch)
tree6da45f4d8c98e01ed9a905c19dfa6f94f7f8ead0
parent0048364531c2df520a512a5969f72aa434c6e752 (diff)
build: Fix multi-OS config
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 59a02ee..ed1e963 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,9 +8,12 @@ on:
jobs:
build:
- runs-on:
- - macos-latest
- - ubuntu-latest
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os:
+ - macos-latest
+ - ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install go