summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-05-13 08:58:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-05-13 08:58:06 -0700
commit62539423f8ab56c98b9c487d12731827dde75c69 (patch)
treedaca9831f855b1df9bd48c343a35a57afe9e1f18
parenta2ab3e861333d9233471ceee287a1a053a6bde66 (diff)
Fix syntax for matrix.
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7122c73..630f182 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,11 +6,12 @@ jobs:
linux:
runs-on: ubuntu-latest
- fail-fast: false
- matrix:
- compiler:
- - 'clang'
- - 'gcc'
+ strategy:
+ fail-fast: false
+ matrix:
+ compiler:
+ - 'clang'
+ - 'gcc'
steps:
- uses: actions/checkout@v1
- name: Install valgrind