aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/Test.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index 1fa176474..c98bfd2b9 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -158,10 +158,9 @@ jobs:
fail-fast: false
max-parallel: 2
matrix:
- include: [
- { backend: mcode },
- { backend: brew-llvm }
- ]
+ backend:
+ - mcode
+ - llvm
runs-on: macOS-latest
name: '๐ŸŽ macOS ยท ${{ matrix.backend }}'
steps: