From c1ff804dd4044bfd83493a11996b9635ebf4a9a0 Mon Sep 17 00:00:00 2001 From: eine Date: Tue, 2 Feb 2021 14:02:41 +0100 Subject: ci: cleanup macos build --- .github/workflows/Test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.github') 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: -- cgit v1.2.3