From 1ef16f1e01f92e2e08d6d0e83ba9b257f5390e40 Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 3 Jun 2024 16:48:47 -0700 Subject: [PATCH] Simplify test matrix --- .github/workflows/lava-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lava-ci.yml b/.github/workflows/lava-ci.yml index c81b007..b226569 100644 --- a/.github/workflows/lava-ci.yml +++ b/.github/workflows/lava-ci.yml @@ -7,7 +7,7 @@ defaults: jobs: linux: - name: Test Verilator + name: Lava CI runs-on: ubuntu-24.04 timeout-minutes: 60 @@ -16,14 +16,10 @@ jobs: matrix: include: - compiler: ghc-9.8.2 - compilerKind: ghc compilerVersion: 9.8.2 - setup-method: ghcup allow-failure: false - compiler: ghc-9.4.8 - compilerKind: ghc compilerVersion: 9.4.8 - setup-method: ghcup allow-failure: false fail-fast: false steps: