aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/push.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 84c26a756..fd2943b87 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -19,16 +19,12 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
- task: [
- { backend: mcode, args: "" },
- { backend: llvm-7, args: "" },
- { backend: gcc-8.3.0, args: "" },
- ]
+ task: [ mcode, llvm-7, gcc-8.3.0 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
- TASK=buster+${{ matrix.task.backend }} ./dist/ci-run.sh -c
+ TASK=buster+${{ matrix.task }} ./dist/ci-run.sh -c
osx:
runs-on: macOS-latest