aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2021-02-02 14:02:41 +0100
committereine <6628437+eine@users.noreply.github.com>2021-02-02 16:06:31 +0100
commitc1ff804dd4044bfd83493a11996b9635ebf4a9a0 (patch)
tree2c967cda56c08f129e3d18dbf6ec7b1b1b6d2f9d /.github
parent76b03643b0123dc077acaa967a9c383deeb923d8 (diff)
downloadghdl-c1ff804dd4044bfd83493a11996b9635ebf4a9a0.tar.gz
ghdl-c1ff804dd4044bfd83493a11996b9635ebf4a9a0.tar.bz2
ghdl-c1ff804dd4044bfd83493a11996b9635ebf4a9a0.zip
ci: cleanup macos build
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: