Skip to content

Commit

Permalink
Simplify test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Jun 3, 2024
1 parent f4d7098 commit 1ef16f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lava-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:

jobs:
linux:
name: Test Verilator
name: Lava CI
runs-on: ubuntu-24.04
timeout-minutes:
60
Expand All @@ -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:
Expand Down

0 comments on commit 1ef16f1

Please sign in to comment.